aboutsummaryrefslogtreecommitdiffstats
path: root/proto.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-30Add FT_STRINGZ type. NCP dissector is only one that uses it right now.Gilbert Ramirez1-83/+127
2000-08-24Fix and document the CLEANUP_* macros, allowing the programmer to registerGilbert Ramirez1-3/+14
2000-08-22Change FT_NSTRING_UINT8 to FT_UINT_STRING. The length parameter passedGilbert Ramirez1-8/+10
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+36
2000-08-11Miscellaneous code cleaningLaurent Deniel1-24/+4
2000-08-10We must include "snprintf.h" *after* including <stdarg.h>, andGuy Harris1-5/+5
2000-08-10- add proto_tree_add_text_valistLaurent Deniel1-3/+17
2000-07-30Squelch a GCC complaint.Guy Harris1-1/+2
2000-07-28Add the re-write of the NetWare Core Protocol dissector. It's mostlyGilbert Ramirez1-3/+5
2000-07-27Add initial attempt at FT_NSTRING_UINT8, a string with a single byte prefixGilbert Ramirez1-14/+53
2000-07-22Simplify the way the display filter routines get field values fromGilbert Ramirez1-45/+110
2000-06-15Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez1-4/+27
2000-05-31Get rid of the only uses of proto_tree_add_item_old() andGilbert Ramirez1-128/+1
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-155/+676
2000-05-19Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez1-9/+20
2000-05-18Have "proto_tree_is_visible" false except when we're in the middle ofGuy Harris1-2/+2
2000-05-11Add tvbuff class.Gilbert Ramirez1-41/+44
2000-04-25Add proto_tree_add_int_format() function.Gilbert Ramirez1-2/+58
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-18/+1
2000-04-11Have proto_tree_set_boolean() call proto_tree_set_uint() so thatGilbert Ramirez1-2/+2
2000-04-04Add assertions from Ben Fowler <wapdev@leedsnet.com>.Gilbert Ramirez1-2/+4
2000-04-04Make "make-reg-dotc" generate a "register_all_protocol_handoffs()"Guy Harris1-2/+8
2000-04-04Rename find_hfinfo_record() to proto_registrar_get_nth() sinceGilbert Ramirez1-23/+23
2000-04-03Jeff Foster's patch to support attaching a hash table to a protocolGuy Harris1-7/+20
2000-03-14Fix some errors discovered by making GCC do format string/argumentGuy Harris1-8/+8
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-91/+545
2000-03-07Declare "proto_item_set_text()" in such a fashion as to make GCC 2.x andGuy Harris1-5/+3
2000-02-07Code changes, but not Makefile changes, for enabling plugins for Win32.Gilbert Ramirez1-11/+8
2000-01-22Add "proto_item_set_text()", which sets the "representation" field of anGuy Harris1-2/+33
1999-12-05As per Nathan Leulinger's suggestion, have a stub SNMP dissector ifGuy Harris1-7/+1
1999-11-21Enable IPX network name resolution by providing for an /etc/ipxnetsGilbert Ramirez1-2/+3
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-1/+48
1999-11-15Add "class" that understands IPv4 addresses and subnet masks.Gilbert Ramirez1-4/+11
1999-11-11Expanded bootparams dissector to handle decoding getfile calls and replies.Nathan Neulinger1-1/+11
1999-10-20Automatically generate a function to call the register routines for allGuy Harris1-134/+7
1999-10-17- add lpd protocol registrationLaurent Deniel1-1/+3
1999-10-16Added FT_UINT24 (FT_INT24 was already there) to glossary output soGilbert Ramirez1-1/+4
1999-10-16Add the missing proto_register_bgp().Laurent Deniel1-1/+3
1999-10-14Nathan Neulinger's NTP dissector.Guy Harris1-1/+3
1999-10-14Nathan Neulinger's dissector for the Yahoo messenger and pagerGuy Harris1-1/+3
1999-10-13Jun-ichiro itojun Hagino's code for PIM, and some fixes from him asGuy Harris1-1/+3
1999-10-13Use %d to sprintf FT_INT* into proto_tree instead of %u.Gilbert Ramirez1-12/+124
1999-10-12Jun-ichiro itojun Hagino's changes for IPv6 extension header decodingGuy Harris1-1/+3
1999-10-12Add FT_UINT24 and FT_INT24 to a spot where they were missing.Gilbert Ramirez1-1/+3
1999-10-12Fix byte-count of IPv6 addresses.Gilbert Ramirez1-2/+2
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-97/+373
1999-10-12Re-implemented fix to keep display filter from reading data from outsideGilbert Ramirez1-1/+54
1999-10-11- add handling of FT_IPv6 variablesLaurent Deniel1-1/+14
1999-10-08Christophe Tronche's BPDU dissector.Guy Harris1-1/+3
1999-10-04Removed dummy protocol and removed bug which prevented the firstGilbert Ramirez1-4/+1