accounting ip.cgi

Hi all!
Below is my ip.cgi. In the doc it says:

SRC-ADDRESS DST-ADDRESS PACKETS BYTES SRC-USER DST-USER

But as you see the in the first line of my ip.cgi file:
192.168.2.2 74.125.43.127 40 1 * *
the packets count more than the bytes?
I think this has to be

SRC-ADDRESS DST-ADDRESS BYTES PACKETS SRC-USER DST-USER

Am I right?

Thx a lot for your help!

src - dst - packets - bytes -
192.168.2.2 74.125.43.127 40 1 * *
192.168.99.37 66.249.66.16 52 1 * *
192.168.99.101 89.238.136.104 14440 361 * *
87.205.44.125 192.168.99.101 54 1 * *
65.240.144.206 192.168.64.61 120000 80 * *
192.168.99.101 87.205.44.125 46 1 * *
192.168.98.65 91.112.196.210 493 7 * *
74.86.111.11 192.168.99.101 80 2 * *
192.168.10.17 208.111.133.84 128 1 * *
74.86.111.10 192.168.99.101 40 1 * *
192.168.54.65 212.183.82.251 238 2 * *
80.123.188.18 192.168.98.65 3283 7 * *
64.72.115.36 192.168.10.17 639588 430 * *

Which hardware do you have ?

I have x86, RB600,
packets value is smaller that bytes value.

Hi!
I also have a RB 600 with Firmware 3.13.

You are right, packets are smaller than bytes, I only was confused, because in the documentation it says packets - bytes and not vice versa!

Thx for your reply
eule