aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aarp.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-18/+18
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-02-10Put ARP hardware addresses that are MAC addresses into the protocol treeGuy Harris1-34/+100
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-10/+10
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+10
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-10/+10
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris1-1/+2
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-4/+4
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-7/+5
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris1-1/+2
2000-11-13Tvbuffify the AppleTalk ARP dissector.Guy Harris1-46/+45
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-4/+4
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-6/+6
2000-05-11Add tvbuff class.Gilbert Ramirez1-12/+12
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-1/+7
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-9/+9
1999-12-10added hack for aarp to deal with linux kernel byteswapping misfeatureNathan Neulinger1-1/+13
1999-12-08proto tree style fixesNathan Neulinger1-6/+6
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-2/+8
1999-11-04Decode the hardware and protocol types.Guy Harris1-85/+127
1999-10-16Replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1-26/+26
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-10/+27
1999-10-03Oops, forgot to check truncated header.Laurent Deniel1-1/+6
1999-10-03packet-aarp.c:Laurent Deniel1-25/+65
1999-09-23Give it an RCS ID.Guy Harris1-0/+2
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-2/+16
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-13/+12
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-25/+19
1998-12-03The Appletalk ARP opcode, like other AARP fields, is big-endian, notGuy Harris1-1/+1
1998-11-17* Added column formatting functionality.Gerald Combs1-20/+17
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-1/+0
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-0/+158