aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-02Get rid of a now-unused variable; it's the only variable of typeGuy Harris1-2/+1
2001-07-02Fetch fields from the ISIS header one at a time, rather than snarfingGuy Harris1-52/+79
2001-07-02Fix the file name in the comment, and update Gerald's e-mail address.Guy Harris1-4/+3
2001-07-02Tvbuffified ISIS dissector, from Ronnie Sahlberg.Guy Harris1-106/+65
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-9/+9
2001-05-23Get rid of an extra colon on a field name, and display that field usingGuy Harris1-3/+3
2001-03-30NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,Guy Harris1-2/+1
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris1-1/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-10- add proto_tree_add_text_valistLaurent Deniel1-2/+2
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-2/+2
2000-06-19Make the "isis_hello.source_id" an FT_BYTES field rather than anGuy Harris1-10/+32
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-9/+9
2000-05-11Add tvbuff class.Gilbert Ramirez1-11/+11
2000-04-17Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values,Guy Harris1-2/+8
2000-04-15Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS supportGuy Harris1-116/+75
2000-04-13Set the COL_PROTOCOL column to "ISIS" in the ISIS dissector, rather thanGuy Harris1-1/+4
2000-03-20Change dfilter_init() to check for empty-string abbreviations and forGilbert Ramirez1-2/+2
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-2/+2
2000-01-24Fix a bunch of dissectors to use "pi.captured_len" rather thanGuy Harris1-9/+9
2000-01-13Get the NLPID value for ISIS from "nlpid.h", and report the NLPID valueGuy Harris1-9/+4
1999-12-15Stuart Stanley's ISIS dissection support.Guy Harris1-0/+354