aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofguy1-1/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-10- add proto_tree_add_text_valistdeniel1-2/+2
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-2/+2
2000-06-19Make the "isis_hello.source_id" an FT_BYTES field rather than anguy1-10/+32
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-9/+9
2000-05-11Add tvbuff class.gram1-11/+11
2000-04-17Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values,guy1-2/+8
2000-04-15Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS supportguy1-116/+75
2000-04-13Set the COL_PROTOCOL column to "ISIS" in the ISIS dissector, rather thanguy1-1/+4
2000-03-20Change dfilter_init() to check for empty-string abbreviations and forgram1-2/+2
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-2/+2
2000-01-24Fix a bunch of dissectors to use "pi.captured_len" rather thanguy1-9/+9
2000-01-13Get the NLPID value for ISIS from "nlpid.h", and report the NLPID valueguy1-9/+4
1999-12-15Stuart Stanley's ISIS dissection support.guy1-0/+354