aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis.c
Commit message (Expand)AuthorAgeFilesLines
* From Hannes Gredler: make the IS-IS dissector more verbose in the INFOGuy Harris2002-08-291-5/+5
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-17/+17
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Get rid of unused "pinfo" arguments.Guy Harris2002-04-071-10/+10
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-5/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Put the Hello, LSP, and {C,P}SNP ISIS stuff into the ISIS protocol,Guy Harris2001-12-201-1/+10
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-9/+9
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-4/+5
* Get rid of a now-unused variable; it's the only variable of typeGuy Harris2001-07-021-2/+1
* Fetch fields from the ISIS header one at a time, rather than snarfingGuy Harris2001-07-021-52/+79
* Fix the file name in the comment, and update Gerald's e-mail address.Guy Harris2001-07-021-4/+3
* Tvbuffified ISIS dissector, from Ronnie Sahlberg.Guy Harris2001-07-021-106/+65
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-9/+9
* Get rid of an extra colon on a field name, and display that field usingGuy Harris2001-05-231-3/+3
* NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,Guy Harris2001-03-301-2/+1
* Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris2001-01-101-1/+2
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* - add proto_tree_add_text_valistLaurent Deniel2000-08-101-2/+2
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Make the "isis_hello.source_id" an FT_BYTES field rather than anGuy Harris2000-06-191-10/+32
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-9/+9
* Add tvbuff class.Gilbert Ramirez2000-05-111-11/+11
* Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values,Guy Harris2000-04-171-2/+8
* Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS supportGuy Harris2000-04-151-116/+75
* Set the COL_PROTOCOL column to "ISIS" in the ISIS dissector, rather thanGuy Harris2000-04-131-1/+4
* Change dfilter_init() to check for empty-string abbreviations and forGilbert Ramirez2000-03-201-2/+2
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-2/+2
* Fix a bunch of dissectors to use "pi.captured_len" rather thanGuy Harris2000-01-241-9/+9
* Get the NLPID value for ISIS from "nlpid.h", and report the NLPID valueGuy Harris2000-01-131-9/+4
* Stuart Stanley's ISIS dissection support.Guy Harris1999-12-151-0/+354