aboutsummaryrefslogtreecommitdiffstats
path: root/packet-osi.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-20From Akira Endoh: handle the NLPID for PPP.Guy Harris1-2/+12
2003-06-10Add support for some additional SAPs for Netware and OSI.Guy Harris1-3/+7
2003-05-15From Laurent Rabret:Guy Harris1-2/+95
2003-04-29Don't export "osinl_subdissector_table" or "ppp_subdissector_table" -Guy Harris1-2/+2
2003-02-24From Laurent Meyer: NLPID for Subnetwork Dependent Convergence Function.Guy Harris1-1/+2
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel1-2/+2
2003-01-11Add a new "chdlctypes.h" file for Cisco HDLC type values that aren'tGuy Harris1-3/+3
2002-09-20From Hannes Gredler: Support OSI over CHDLCRonnie Sahlberg1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-8/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-9/+9
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-2/+3
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-6/+8
2001-12-02An NLPID of 1 means T.70 when used as an X.263/ISO 9577 initial protocolGuy Harris1-2/+10
2001-11-29Add support for OSI CLNP over GRE, as per mail from Mrmcsnoots@aol.com.Guy Harris1-1/+2
2001-11-25Moved from using dissect_data to using call_dissector()Ed Warnicke1-4/+6
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