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