Re: [Wireshark-dev] tap_queue_packet() simple question

2011-12-06 Thread Jaap Keuter
On 2011-12-03 05:47, Chris Maynard wrote: Some taps, such as tap-comparestat.c and tap-rtp-common.c, make use of pinfo->iphdrlen, so shouldn't tap_queue_packet() be called *after* all the pinfo data is assigned by the dissector? I had already changed this to be the case for IPv4 (see line 207

[Wireshark-dev] tap_queue_packet() simple question

2011-12-02 Thread Chris Maynard
Some taps, such as tap-comparestat.c and tap-rtp-common.c, make use of pinfo->iphdrlen, so shouldn't tap_queue_packet() be called *after* all the pinfo data is assigned by the dissector? I had already changed this to be the case for IPv4 (see line 2079), but I just found the same thing in IPv6 (li