aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.c
Commit message (Expand)AuthorAgeFilesLines
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-7/+7
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-5/+5
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-5/+5
* The source operand of "SET_ADDRESS()" has to be static, as a pointer toGuy Harris2000-11-191-2/+2
* Give the "null" link-layer header dissector a dissector table, and putGuy Harris2000-11-171-2/+4
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-2/+2
* Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkGuy Harris2000-11-131-2/+2
* Tvbuffify the AppleTalk dissectors.Guy Harris2000-11-131-186/+213
* Don't have separate versions of "ddp_hops()" and "ddp_len()" onGuy Harris2000-11-111-11/+11
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+7
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-17/+17
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-29/+29
* Give the IPX dissector dissector hash tables for the IPX type and socketGuy Harris2000-05-301-2/+1
* Give the Appletalk DDP dissector a dissector hash table, and have theGuy Harris2000-05-281-28/+13
* EIGRP over Appletalk and EIGRP over IPX support, from Paul Ionescu.Guy Harris2000-05-221-1/+7
* Add tvbuff class.Gilbert Ramirez2000-05-111-34/+34
* Register a "ppp.protocol" dissector table for PPP, and have dissectorsGuy Harris2000-04-161-1/+3
* Change the sub-dissector handoff registration routines so that theGilbert Ramirez2000-04-131-1/+8
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-2/+2
* cleaned up nbp and added rtmp dissectorNathan Neulinger1999-12-091-12/+143
* cleanup/renaming of fields for nbp dissectorNathan Neulinger1999-12-091-13/+17
* Get rid of an unused variable.Guy Harris1999-12-091-2/+1
* extended nbp dissector, is stable, but i believe it's not completely correct yetNathan Neulinger1999-12-091-2/+107
* started nbp dissectorNathan Neulinger1999-12-081-4/+75
* fix stupid atalk typo and remove other proto names stuffNathan Neulinger1999-12-081-12/+13
* added a couple of ddp protocol names based on looking at packets in genbroad....Nathan Neulinger1999-12-081-2/+32
* Remove #include "globals.h" from packet-atalk.c (not needed) and fromGilbert Ramirez1999-12-061-2/+1
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-2/+8
* Include <netinet/in.h> before including "global.h", so that if - asGuy Harris1999-11-041-5/+5
* We *do* need <netinet/in.h> on Debian (and probably other Linuxes, andGuy Harris1999-11-031-1/+5
* Don't include <netinet/in.h>; at least on AIX 4.3.2, that causesGuy Harris1999-11-031-5/+1
* Give DDP packets their own ETT_ type, rather than using ETT_IP.Guy Harris1999-10-291-2/+3
* Get rid of an "extern" before the definition of "atalk_addr_to_str()".Guy Harris1999-10-221-4/+4
* Add support for Appletalk DDP addresses to the code that handles theGuy Harris1999-10-221-16/+46
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-11/+30
* - add display filtersLaurent Deniel1999-10-071-19/+55
* Give it an RCS ID.Guy Harris1999-09-231-0/+2
* Some old CPP or tools that take C code in input doLaurent Deniel1999-09-121-4/+4
* Give "globals.h" an RCS ID and copyright/GPL notice.Guy Harris1999-09-101-0/+1
* Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1999-08-181-2/+0
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-1/+15
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-13/+12
* Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1999-03-281-2/+0
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-25/+21
* I removed the bit-fields that depended upon gcc's ability to use any typeGilbert Ramirez1999-02-081-5/+11
* * Added column formatting functionality.Gerald Combs1998-11-171-7/+8
* A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1998-11-121-1/+0
* Add a "val_to_str()" routine that calls "match_strval()" and, ifGuy Harris1998-10-201-13/+2
* * Copied in the correct GNU license (I'm such a goober)Gerald Combs1998-10-161-0/+122