aboutsummaryrefslogtreecommitdiffstats
path: root/packet-osi.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-17Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values,guy1-11/+16
2000-04-17Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsguy1-2/+8
2000-04-16 Remove TODO comments about NSAP and ISIS decodings sincedeniel1-8/+1
2000-04-15Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS supportguy1-1732/+132
2000-04-15In the COTP dissector, don't forcibly set the protocol to COTP if weguy1-7/+10
2000-04-15Alas, one can't count on CLNP packets with a destination NSEL of 0x21guy1-17/+31
2000-04-15If an NPDU contains multiple concatenated TPDUs, dissect all of them.guy1-102/+125
2000-04-13Set the COL_PROTOCOL column to "ISIS" in the ISIS dissector, rather thanguy1-26/+15
2000-04-13Add CLNP PDU types other than DT and ER.guy1-30/+84
2000-04-13Fix a typo.guy1-43/+56
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-7/+7
2000-03-02Gerrit Gehnen's dissector for the Sinec H1 protocol (Siemens Industrialguy1-15/+56
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+2
2000-01-30Add a bunch of additional NLPIDs from ISO 9577.guy1-1/+9
2000-01-26In "dissect_clnp()", fill in "clnp" before looking at it.guy1-5/+5
2000-01-24Fix a bunch of dissectors to use "pi.captured_len" rather thanguy1-5/+5
2000-01-20Gerrit Gehnen's patch to add support for the "Inactive Subset" of theguy1-1/+14
2000-01-13Get the NLPID value for ISIS from "nlpid.h", and report the NLPID valueguy1-5/+3
2000-01-13Add the NLPID value for PPP.guy1-1/+2
2000-01-13Export the list of OSI NLPIDs in "nlpid.h", for use by the CDPguy1-14/+19
1999-12-15Stuart Stanley's ISIS dissection support.guy1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-12/+24
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containgram1-12/+33
1999-09-18Convert OSI CLNP into new protocol tree dissectors.deniel1-356/+397
1999-09-11Register cotp and clnp instead of simply osi to allowdeniel1-17/+30
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-11/+24
1999-07-07Created a new protocol tree implementation and a new display filtergram1-198/+187
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-237/+233
1998-11-17* Added column formatting functionality.gerald1-56/+59
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultgram1-2/+1
1998-10-13too few arguments for sprintf formatdeniel1-2/+2
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,gerald1-59/+60
1998-09-17* Added in Laurent's OSI/ISO CNLP and COTP support.gerald1-0/+1617