https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4152
Summary: New dissector for LTP
Product: Wireshark
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: Normal
Priority: Medium
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: mithunroy13@xxxxxxxxx
Mithun Roy <mithunroy13@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3825| |review_for_checkin?
Flag| |
Created an attachment (id=3825)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3825)
Contains code for the ltp dissector
Build Information:
wireshark 1.3.1 (SVN Rev 30668 from /trunk)
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.16.1, with GLib 2.20.1, with libpcap 1.0.0, with libz
1.2.3.3, without POSIX capabilities, without libpcre, without SMI, without
c-ares, without ADNS, without Lua, without Python, without GnuTLS, without
Gcrypt, without 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.28-16-generic, with libpcap version 1.0.0.
Built using gcc 4.3.3.
--
This is a patch for a new dissector that decodes LTP(Licklider Transmission
Protocol)data according to RFC 5326. Other than the two new files packet-ltp.h
and packet-ltp.c, I also made minor changes to packet-dtn.c and packet-dtn.h.
There were 2 functions in the dtn dissector that I needed to use, so I moved
the declaration from the packet-dtn.c to the packet-dtn.h file.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.