aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-30/+30
2001-04-27More signed-vs-unsigned changes from Joerg Mayer.Guy Harris1-2/+2
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris1-2/+3
2001-03-22Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez1-19/+2
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris1-1/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-24/+17
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-7/+7
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-5/+5
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-5/+5
2000-11-19The source operand of "SET_ADDRESS()" has to be static, as a pointer toGuy Harris1-2/+2
2000-11-17Give the "null" link-layer header dissector a dissector table, and putGuy Harris1-2/+4
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+2
2000-11-13Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkGuy Harris1-2/+2
2000-11-13Tvbuffify the AppleTalk dissectors.Guy Harris1-186/+213
2000-11-11Don't have separate versions of "ddp_hops()" and "ddp_len()" onGuy Harris1-11/+11
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+7
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-17/+17
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-29/+29
2000-05-30Give the IPX dissector dissector hash tables for the IPX type and socketGuy Harris1-2/+1
2000-05-28Give the Appletalk DDP dissector a dissector hash table, and have theGuy Harris1-28/+13
2000-05-22EIGRP over Appletalk and EIGRP over IPX support, from Paul Ionescu.Guy Harris1-1/+7
2000-05-11Add tvbuff class.Gilbert Ramirez1-34/+34
2000-04-16Register a "ppp.protocol" dissector table for PPP, and have dissectorsGuy Harris1-1/+3
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-1/+8
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-2/+2
1999-12-09cleaned up nbp and added rtmp dissectorNathan Neulinger1-12/+143
1999-12-09cleanup/renaming of fields for nbp dissectorNathan Neulinger1-13/+17
1999-12-09Get rid of an unused variable.Guy Harris1-2/+1
1999-12-09extended nbp dissector, is stable, but i believe it's not completely correct yetNathan Neulinger1-2/+107
1999-12-08started nbp dissectorNathan Neulinger1-4/+75
1999-12-08fix stupid atalk typo and remove other proto names stuffNathan Neulinger1-12/+13
1999-12-08added a couple of ddp protocol names based on looking at packets in genbroad....Nathan Neulinger1-2/+32
1999-12-06Remove #include "globals.h" from packet-atalk.c (not needed) and fromGilbert Ramirez1-2/+1
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-2/+8
1999-11-04Include <netinet/in.h> before including "global.h", so that if - asGuy Harris1-5/+5
1999-11-03We *do* need <netinet/in.h> on Debian (and probably other Linuxes, andGuy Harris1-1/+5
1999-11-03Don't include <netinet/in.h>; at least on AIX 4.3.2, that causesGuy Harris1-5/+1
1999-10-29Give DDP packets their own ETT_ type, rather than using ETT_IP.Guy Harris1-2/+3
1999-10-22Get rid of an "extern" before the definition of "atalk_addr_to_str()".Guy Harris1-4/+4
1999-10-22Add support for Appletalk DDP addresses to the code that handles theGuy Harris1-16/+46
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-11/+30
1999-10-07- add display filtersLaurent Deniel1-19/+55
1999-09-23Give it an RCS ID.Guy Harris1-0/+2
1999-09-12Some old CPP or tools that take C code in input doLaurent Deniel1-4/+4
1999-09-10Give "globals.h" an RCS ID and copyright/GPL notice.Guy Harris1-0/+1
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1-2/+0
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-1/+15
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-13/+12
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1-2/+0
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-25/+21