| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | From Akira Endoh: handle the NLPID for PPP. | Guy Harris | 2003-09-20 | 1 | -2/+12 |
* | Add support for some additional SAPs for Netware and OSI. | Guy Harris | 2003-06-10 | 1 | -3/+7 |
* | From Laurent Rabret: | Guy Harris | 2003-05-15 | 1 | -2/+95 |
* | Don't export "osinl_subdissector_table" or "ppp_subdissector_table" - | Guy Harris | 2003-04-29 | 1 | -2/+2 |
* | From Laurent Meyer: NLPID for Subnetwork Dependent Convergence Function. | Guy Harris | 2003-02-24 | 1 | -1/+2 |
* | Update my email address in various places since my old one no longer works | Laurent Deniel | 2003-01-26 | 1 | -2/+2 |
* | Add a new "chdlctypes.h" file for Cisco HDLC type values that aren't | Guy Harris | 2003-01-11 | 1 | -3/+3 |
* | From Hannes Gredler: Support OSI over CHDLC | Ronnie Sahlberg | 2002-09-20 | 1 | -1/+3 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -5/+5 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -8/+4 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -9/+9 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -2/+3 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -6/+8 |
* | An NLPID of 1 means T.70 when used as an X.263/ISO 9577 initial protocol | Guy Harris | 2001-12-02 | 1 | -2/+10 |
* | Add support for OSI CLNP over GRE, as per mail from Mrmcsnoots@aol.com. | Guy Harris | 2001-11-29 | 1 | -1/+2 |
* | Moved from using dissect_data to using call_dissector() | Ed Warnicke | 2001-11-25 | 1 | -4/+6 |
* | Make the resolution for time values be nanoseconds rather than | Guy Harris | 2001-09-14 | 1 | -2/+2 |
* | Correctly compute the OSI checksum. | Guy Harris | 2001-06-05 | 1 | -15/+41 |
* | Assorted ISIS enhancements from Hannes Gredler. | Guy Harris | 2001-04-16 | 1 | -1/+2 |
* | OSI network layer over PPP support, fix to P2P ISIS processing, and ISIS | Guy Harris | 2001-04-08 | 1 | -1/+3 |
* | Moved some definitions and functions from packet-osi.{c,h} to | Ed Warnicke | 2001-04-01 | 1 | -128/+1 |
* | NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI, | Guy Harris | 2001-03-30 | 1 | -5/+5 |
* | Add WCP to the list of Ethernet types in "etype_vals[]", and add | Guy Harris | 2001-03-29 | 1 | -1/+2 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -3/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -4/+4 |
* | Register the OSI transport dissector by name, and make it static. | Guy Harris | 2000-11-19 | 1 | -2/+1 |
* | Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSI | Guy Harris | 2000-11-18 | 1 | -25/+34 |
* | Give the "null" link-layer header dissector a dissector table, and put | Guy Harris | 2000-11-17 | 1 | -1/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -6/+6 |
* | Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values, | Guy Harris | 2000-04-17 | 1 | -11/+16 |
* | Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectors | Guy Harris | 2000-04-17 | 1 | -2/+8 |
* | Remove TODO comments about NSAP and ISIS decodings since | Laurent Deniel | 2000-04-16 | 1 | -8/+1 |
* | Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS support | Guy Harris | 2000-04-15 | 1 | -1732/+132 |
* | In the COTP dissector, don't forcibly set the protocol to COTP if we | Guy Harris | 2000-04-15 | 1 | -7/+10 |
* | Alas, one can't count on CLNP packets with a destination NSEL of 0x21 | Guy Harris | 2000-04-15 | 1 | -17/+31 |
* | If an NPDU contains multiple concatenated TPDUs, dissect all of them. | Guy Harris | 2000-04-15 | 1 | -102/+125 |
* | Set the COL_PROTOCOL column to "ISIS" in the ISIS dissector, rather than | Guy Harris | 2000-04-13 | 1 | -26/+15 |
* | Add CLNP PDU types other than DT and ER. | Guy Harris | 2000-04-13 | 1 | -30/+84 |
* | Fix a typo. | Guy Harris | 2000-04-13 | 1 | -43/+56 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -7/+7 |
* | Gerrit Gehnen's dissector for the Sinec H1 protocol (Siemens Industrial | Guy Harris | 2000-03-02 | 1 | -15/+56 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+2 |
* | Add a bunch of additional NLPIDs from ISO 9577. | Guy Harris | 2000-01-30 | 1 | -1/+9 |
* | In "dissect_clnp()", fill in "clnp" before looking at it. | Guy Harris | 2000-01-26 | 1 | -5/+5 |
* | Fix a bunch of dissectors to use "pi.captured_len" rather than | Guy Harris | 2000-01-24 | 1 | -5/+5 |
* | Gerrit Gehnen's patch to add support for the "Inactive Subset" of the | Guy Harris | 2000-01-20 | 1 | -1/+14 |
* | Get the NLPID value for ISIS from "nlpid.h", and report the NLPID value | Guy Harris | 2000-01-13 | 1 | -5/+3 |
* | Add the NLPID value for PPP. | Guy Harris | 2000-01-13 | 1 | -1/+2 |