Hi,
Thanks for the updates. I have updated the following latest build of wireshark
wireshark-1.3.1-SVN-30713.tar.gz 26-Oct-2009 15:52 19M
from wireshark site. From this build UDP length is coming correct on each call of disectors for a packet.
But again I am facing another problem in this build, I have to add the packet description for each packet as below
but this message is not getting added for each packet. But if I use my LUA disectors file with old wireshark build this is working properly.
The old version of wireshark with which this is working but udp length is not working is
[root@ggns2spw02 plugins]# wireshark --version
wireshark 1.0.6
Copyright 1998-2009 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GTK+ 2.12.1, with GLib 2.14.2, with libpcap 1.0.0, with libz
1.2.3, with POSIX capabilities (Linux), without libpcre, without SMI, without
ADNS, with Lua 5.1, with GnuTLS 1.6.3, with Gcrypt 1.2.4, with MIT Kerberos,
without PortAudio, without AirPcap.
NOTE: this build doesn't support the "matches" operator for Wireshark filter
syntax.
Running on Linux 2.6.23.1-42.fc8, with libpcap version 1.0.0.
Built using gcc 4.1.2 20070925 (Red Hat 4.1.2-33).
The current version with which
pinfo.cols.info is not working but udp length is working is
[root@ggns2spw01 plugins]# wireshark --version
wireshark 1.3.1-SVN-30713
Copyright 1998-2009 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GTK+ 2.12.1, with GLib 2.14.2, with libpcap 1.0.0, with libz
1.2.3, with POSIX capabilities (Linux), without libpcre, without SMI, without
c-ares, without ADNS, with Lua 5.1, without Python, with GnuTLS 1.6.3, with
Gcrypt 1.2.4, with MIT Kerberos, without GeoIP, without PortAudio, without
AirPcap, with new_packet_list.
NOTE: this build doesn't support the "matches" operator for Wireshark filter
syntax.
Running on Linux 2.6.23.1-42.fc8, with libpcap version 1.0.0, GnuTLS 1.6.3,
Gcrypt 1.2.4.
Built using gcc 4.1.2 20070925 (Red Hat 4.1.2-33).
Is there any bug in wireshark due to this it is not showing the "
pinfo.cols.info" message in wireshark tree.
Regards
Awadhesh.