| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Export the list of OSI NLPIDs in "nlpid.h", for use by the CDP | Guy Harris | 2000-01-13 | 1 | -14/+19 |
* | Stuart Stanley's ISIS dissection support. | Guy Harris | 1999-12-15 | 1 | -2/+2 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -12/+24 |
* | New proto_tree header_field_info stuff. Header_field_infos now contain | Gilbert Ramirez | 1999-10-12 | 1 | -12/+33 |
* | Convert OSI CLNP into new protocol tree dissectors. | Laurent Deniel | 1999-09-18 | 1 | -356/+397 |
* | Register cotp and clnp instead of simply osi to allow | Laurent Deniel | 1999-09-11 | 1 | -17/+30 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -11/+24 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -198/+187 |
* | Removed all references to gtk objects from packet*.[ch] files. They now | Gilbert Ramirez | 1999-03-23 | 1 | -237/+233 |
* | * Added column formatting functionality. | Gerald Combs | 1998-11-17 | 1 | -56/+59 |
* | A lengthy patch to add the wiretap library. Wiretap is not used by default | Gilbert Ramirez | 1998-11-12 | 1 | -2/+1 |
* | too few arguments for sprintf format | Laurent Deniel | 1998-10-13 | 1 | -2/+2 |
* | Merged in a _huge_ patch from Guy Harris. It adds a time stap column, | Gerald Combs | 1998-09-27 | 1 | -59/+60 |
* | * Added in Laurent's OSI/ISO CNLP and COTP support. | Gerald Combs | 1998-09-17 | 1 | -0/+1617 |