aboutsummaryrefslogtreecommitdiffstats
path: root/packet-osi.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-2/+2
2001-06-05Correctly compute the OSI checksum.Guy Harris1-15/+41
2001-04-16Assorted ISIS enhancements from Hannes Gredler.Guy Harris1-1/+2
2001-04-08OSI network layer over PPP support, fix to P2P ISIS processing, and ISISGuy Harris1-1/+3
2001-04-01Moved some definitions and functions from packet-osi.{c,h} toEd Warnicke1-128/+1
2001-03-30NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,Guy Harris1-5/+5
2001-03-29Add WCP to the list of Ethernet types in "etype_vals[]", and addGuy Harris1-1/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+3
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-2/+1
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-25/+34
2000-11-17Give the "null" link-layer header dissector a dissector table, and putGuy Harris1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-6/+6
2000-04-17Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values,Guy Harris1-11/+16
2000-04-17Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsGuy Harris1-2/+8
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-1732/+132
2000-04-15In the COTP dissector, don't forcibly set the protocol to COTP if weGuy Harris1-7/+10
2000-04-15Alas, one can't count on CLNP packets with a destination NSEL of 0x21Guy Harris1-17/+31
2000-04-15If an NPDU contains multiple concatenated TPDUs, dissect all of them.Guy Harris1-102/+125
2000-04-13Set the COL_PROTOCOL column to "ISIS" in the ISIS dissector, rather thanGuy Harris1-26/+15
2000-04-13Add CLNP PDU types other than DT and ER.Guy Harris1-30/+84
2000-04-13Fix a typo.Guy Harris1-43/+56
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-7/+7
2000-03-02Gerrit Gehnen's dissector for the Sinec H1 protocol (Siemens IndustrialGuy Harris1-15/+56
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+2
2000-01-30Add a bunch of additional NLPIDs from ISO 9577.Guy Harris1-1/+9
2000-01-26In "dissect_clnp()", fill in "clnp" before looking at it.Guy Harris1-5/+5
2000-01-24Fix a bunch of dissectors to use "pi.captured_len" rather thanGuy Harris1-5/+5
2000-01-20Gerrit Gehnen's patch to add support for the "Inactive Subset" of theGuy Harris1-1/+14
2000-01-13Get the NLPID value for ISIS from "nlpid.h", and report the NLPID valueGuy Harris1-5/+3
2000-01-13Add the NLPID value for PPP.Guy Harris1-1/+2
2000-01-13Export the list of OSI NLPIDs in "nlpid.h", for use by the CDPGuy Harris1-14/+19
1999-12-15Stuart Stanley's ISIS dissection support.Guy Harris1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-12/+24
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-12/+33
1999-09-18Convert OSI CLNP into new protocol tree dissectors.Laurent Deniel1-356/+397
1999-09-11Register cotp and clnp instead of simply osi to allowLaurent Deniel1-17/+30
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-11/+24
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-198/+187
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-237/+233
1998-11-17* Added column formatting functionality.Gerald Combs1-56/+59
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
1998-10-13too few arguments for sprintf formatLaurent Deniel1-2/+2
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-59/+60
1998-09-17* Added in Laurent's OSI/ISO CNLP and COTP support.Gerald Combs1-0/+1617