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