aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis.c
AgeCommit message (Expand)AuthorFilesLines
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