aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clnp.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-30NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,Guy Harris1-3/+1
2001-03-15Add a new AT_OSI address type.Guy Harris1-5/+5
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-2/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+3
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris1-1/+3
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-4/+7
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-4/+4
2000-12-23Report the holding time of a CLNP packet, in seconds, as seconds plusGuy Harris1-5/+14
2000-12-23Show the type/flags byte of a CLNP PDU with a subtree dissecting theGuy Harris1-2/+21
2000-12-23Dissect the payload of a CLNP ER packet as a CLNP packet, so you knowGuy Harris1-4/+22
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-4/+4
2000-11-19Register the OSI transport dissector by name, and make it static.Guy Harris1-3/+4
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-414/+447
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+4
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-19/+19
2000-08-06Add some preferences in OSI CLNP/COTP/CLTP module to allow the user to:Laurent Deniel1-2/+20
2000-07-10Treat only ASCII characters as printable in TSAPs; otherwise, as 0xffGuy Harris1-3/+10
2000-07-01Add support for OSI CLTP.Guy Harris1-723/+761
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-19/+19
2000-05-11Add tvbuff class.Gilbert Ramirez1-181/+181
2000-05-05Add routines to:Guy Harris1-5/+10
2000-04-28Changes from Gerrit Gehnen toGuy Harris1-3/+7
2000-04-18 Fix the checksum option decoding in the CC/CR TPDU variable part.Laurent Deniel1-3/+3
2000-04-17Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values,Guy Harris1-2/+9
2000-04-16 Remove TODO comments about NSAP and ISIS decodings sinceLaurent Deniel1-8/+1
2000-04-15Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS supportGuy Harris1-0/+1777