aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.c
Commit message (Expand)AuthorAgeFilesLines
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-6/+4
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-37/+37
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+3
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-9/+25
* Add support for LocalTalk Link Access Protocol.Guy Harris2001-11-301-2/+156
* Moved from using dissect_data to using call_dissector()Ed Warnicke2001-11-261-2/+5
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-30/+30
* More signed-vs-unsigned changes from Joerg Mayer.Guy Harris2001-04-271-2/+2
* Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris2001-04-231-2/+3
* Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez2001-03-221-19/+2
* Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris2001-03-151-1/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-24/+17
* 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