Displaying 3 results from an estimated 3 matches for "pktcount".
Did you mean:
hitcount
2019 Jan 19
3
[Bug 1317] New: ulogd missed flow.start.sec and flow.start.usec fields
...ec" : 425948, "flow.start.sec" : 1547900066,
"flow.start.usec" : 210972, "oob.family" : 2, "oob.protocol" : 0,
"orig.ip.protocol" : 17, "orig.l4.dport" : 39105, "orig.l4.sport" :
25845, "orig.raw.pktcount" : 1, "orig.raw.pktlen" : 28,
"reply.ip.daddr.str" : "192.168.1.108", "reply.ip.protocol" : 17,
"reply.ip.saddr.str" : "192.168.2.100", "reply.l4.dport" : 25845,
"reply.l4.sport" : 39105, "...
2006 Mar 24
2
[PATCH] qemu pcnet emulation fixes
...uint8_t *src = &s->buffer[8];
+ uint8_t *src = &s->rx_buffer[8];
target_phys_addr_t crda = CSR_CRDA(s);
- struct pcnet_RMD rmd;
+ target_phys_addr_t nrda = CSR_NRDA(s);
+ target_phys_addr_t nnrda = CSR_NNRD(s);
int pktcount = 0;
+ int packet_size = size + pad;
memcpy(src, buf, size);
-
- if (!CSR_ASTRP_RCV(s)) {
- uint32_t fcs = ~0;
-#if 0
- uint8_t *p = s->buffer;
-
- ((uint32_t *)p)[0] = ((uint32_t *...
2013 Nov 25
0
[Bug 876] New: bizarre handling of "related" connection packets (wrong OUTPUT interface assigned)
...original packet flow goes like this: (internal machine ->
eth1 (fw) -> eth0 (fw) -> NAT -> external IP address)
When the connection on eth0 drops, I start getting quite a few logs like these
(produced with ulogd2 - pretty-print plugin):
timestamp=2013/10/09-00:04:57,raw.pktlen=576,raw.pktcount=1,oob.prefix=fw2local:DROP:,oob.time.sec=1381273497,oob.time.usec=72127,oob.mark=0,oob.ifindex_out=1,oob.hook=3,oob.family=2,oob.protocol=0,raw.label=0,ip.saddr=<eth0>,ip.daddr=<remote_IP_eth1_subnet>,ip.protocol=1,ip.tos=192,ip.ttl=64,ip.totlen=576,ip.ihl=5,ip.csum=31876,ip.id=53893,ip...