aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-clv.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-08From Hannes Gredler:Guy Harris1-11/+39
2003-06-04Use "g_string_append()" rather than "g_string_sprintfa()" if we're justGuy Harris1-3/+3
2003-05-24Use a GString to store the formatted authentication information. (ThisGuy Harris1-21/+32
2003-05-24Fix more string-related nits found by Timo Sirainen/Gerald Combs1-7/+9
2003-04-02We don't use snprintf, so we don't need to include snprintf.h.Guy Harris1-5/+1
2003-04-02"proto_tree_add_text()" takes printf-style arguments; there's no need toGuy Harris1-8/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-47/+47
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-6/+2
2002-06-29Use a GString to hold the formatted area address, so that we don'tGuy Harris1-26/+41
2002-06-28From Hannes Gredler: fix display of one-byte NETs in ISIS dissector.Guy Harris1-14/+28
2002-04-07Get rid of the unused hf_ value "hf_isis_hello_clv_restart".Guy Harris1-41/+41
2002-04-07Get rid of unused "pinfo" arguments.Guy Harris1-36/+27
2002-04-02Just use "proto_tree_add_item()" to add IP addresses - don't botherGuy Harris1-11/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-08-22Fixes from Hannes Gredler.Guy Harris1-2/+2
2001-07-02Tvbuffified ISIS dissector, from Ronnie Sahlberg.Guy Harris1-108/+121
2001-06-23More IS-IS updates.Guy Harris1-3/+54
2001-06-05hmac-md5 authentication support for IS-IS, from Hannes Gredler.Guy Harris1-25/+35
2001-05-14Various ISIS improvements (ISIS IPv6 routing TLV dissection, ISISGuy Harris1-1/+44
2001-04-16Assorted ISIS enhancements from Hannes Gredler.Guy Harris1-5/+48
2001-04-08OSI network layer over PPP support, fix to P2P ISIS processing, and ISISGuy Harris1-1/+48
2000-08-11Miscellaneous code cleaningLaurent Deniel1-9/+5
2000-08-10Fix decoding of short ISIS CLV data frames.Laurent Deniel1-2/+2
2000-06-19Make the "isis_hello.source_id" an FT_BYTES field rather than anGuy Harris1-3/+4
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-2/+2
2000-05-11Add tvbuff class.Gilbert Ramirez1-7/+7
2000-04-15Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS supportGuy Harris1-2/+4
1999-12-15Include "snprintf.h" on platforms that don't have an "snprintf()" ofGuy Harris1-1/+10
1999-12-15Stuart Stanley's ISIS dissection support.Guy Harris1-0/+333