aboutsummaryrefslogtreecommitdiffstats
path: root/packet-osi.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-20From Akira Endoh: handle the NLPID for PPP.guy1-2/+12
2003-06-10Add support for some additional SAPs for Netware and OSI.guy1-3/+7
2003-05-15From Laurent Rabret:guy1-2/+95
2003-04-29Don't export "osinl_subdissector_table" or "ppp_subdissector_table" -guy1-2/+2
2003-02-24From Laurent Meyer: NLPID for Subnetwork Dependent Convergence Function.guy1-1/+2
2003-01-26Update my email address in various places since my old one no longer worksdeniel1-2/+2
2003-01-11Add a new "chdlctypes.h" file for Cisco HDLC type values that aren'tguy1-3/+3
2002-09-20From Hannes Gredler: Support OSI over CHDLCsahlberg1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-8/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-9/+9
2001-12-08Attach a descriptive name field type and base to dissector tables; thatguy1-2/+3
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-6/+8
2001-12-02An NLPID of 1 means T.70 when used as an X.263/ISO 9577 initial protocolguy1-2/+10
2001-11-29Add support for OSI CLNP over GRE, as per mail from Mrmcsnoots@aol.com.guy1-1/+2
2001-11-25Moved from using dissect_data to using call_dissector()hagbard1-4/+6
2001-09-14Make the resolution for time values be nanoseconds rather thanguy1-2/+2
2001-06-05Correctly compute the OSI checksum.guy1-15/+41
2001-04-16Assorted ISIS enhancements from Hannes Gredler.guy1-1/+2
2001-04-08OSI network layer over PPP support, fix to P2P ISIS processing, and ISISguy1-1/+3
2001-04-01Moved some definitions and functions from packet-osi.{c,h} tohagbard1-128/+1
2001-03-30NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,guy1-5/+5
2001-03-29Add WCP to the list of Ethernet types in "etype_vals[]", and addguy1-1/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-3/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-4/+4
2000-11-19Register the OSI transport dissector by name, and make it static.guy1-2/+1
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIguy1-25/+34
2000-11-17Give the "null" link-layer header dissector a dissector table, and putguy1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-6/+6
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