aboutsummaryrefslogtreecommitdiffstats
path: root/packet-osi.c
Commit message (Expand)AuthorAgeFilesLines
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-4/+4
* Register the OSI transport dissector by name, and make it static.Guy Harris2000-11-191-2/+1
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-25/+34
* Give the "null" link-layer header dissector a dissector table, and putGuy Harris2000-11-171-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-6/+6
* Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values,Guy Harris2000-04-171-11/+16
* Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsGuy Harris2000-04-171-2/+8
* Remove TODO comments about NSAP and ISIS decodings sinceLaurent Deniel2000-04-161-8/+1
* Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS supportGuy Harris2000-04-151-1732/+132
* In the COTP dissector, don't forcibly set the protocol to COTP if weGuy Harris2000-04-151-7/+10
* Alas, one can't count on CLNP packets with a destination NSEL of 0x21Guy Harris2000-04-151-17/+31
* If an NPDU contains multiple concatenated TPDUs, dissect all of them.Guy Harris2000-04-151-102/+125
* Set the COL_PROTOCOL column to "ISIS" in the ISIS dissector, rather thanGuy Harris2000-04-131-26/+15
* Add CLNP PDU types other than DT and ER.Guy Harris2000-04-131-30/+84
* Fix a typo.Guy Harris2000-04-131-43/+56
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-7/+7
* Gerrit Gehnen's dissector for the Sinec H1 protocol (Siemens IndustrialGuy Harris2000-03-021-15/+56
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+2
* Add a bunch of additional NLPIDs from ISO 9577.Guy Harris2000-01-301-1/+9
* In "dissect_clnp()", fill in "clnp" before looking at it.Guy Harris2000-01-261-5/+5
* Fix a bunch of dissectors to use "pi.captured_len" rather thanGuy Harris2000-01-241-5/+5
* Gerrit Gehnen's patch to add support for the "Inactive Subset" of theGuy Harris2000-01-201-1/+14
* Get the NLPID value for ISIS from "nlpid.h", and report the NLPID valueGuy Harris2000-01-131-5/+3
* Add the NLPID value for PPP.Guy Harris2000-01-131-1/+2
* Export the list of OSI NLPIDs in "nlpid.h", for use by the CDPGuy Harris2000-01-131-14/+19
* Stuart Stanley's ISIS dissection support.Guy Harris1999-12-151-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-12/+24
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-12/+33
* Convert OSI CLNP into new protocol tree dissectors.Laurent Deniel1999-09-181-356/+397
* Register cotp and clnp instead of simply osi to allowLaurent Deniel1999-09-111-17/+30
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-11/+24
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-198/+187
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-237/+233
* * Added column formatting functionality.Gerald Combs1998-11-171-56/+59
* A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1998-11-121-2/+1
* too few arguments for sprintf formatLaurent Deniel1998-10-131-2/+2
* Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1998-09-271-59/+60
* * Added in Laurent's OSI/ISO CNLP and COTP support.Gerald Combs1998-09-171-0/+1617