aboutsummaryrefslogtreecommitdiffstats
path: root/packet-arp.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-23In the BSDs, ARCNET packets don't have an offset field between theGuy Harris1-2/+4
2002-10-18From Peter Fales: ARCNET support.Guy Harris1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-10/+10
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-6/+2
2002-03-10For Reverse ARP replies, the *target* hardware and protocol addressesGuy Harris1-1/+3
2002-02-10Put ARP hardware addresses that are MAC addresses into the protocol treeGuy Harris1-49/+100
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-26/+26
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+6
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris1-12/+6
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke1-3/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-26/+26
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-9/+9
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+3
2001-01-09If the target hardware address in an ARP packet is a broadcast address,Guy Harris1-3/+9
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+4
2000-12-29If we get an exception when dissecting a packet, append "[Short Frame]"Guy Harris1-1/+12
2000-11-30Fix up the handling of type/length fields in ATMARP.Guy Harris1-30/+116
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-7/+7
2000-11-19Set the tvbuff length for ARP packets, so the Ethernet dissector knowsGuy Harris1-2/+12
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris1-170/+179
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-10- rename is_name_from_file to is_dummy_entry since now a realLaurent Deniel1-1/+21
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-7/+7
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-17/+17
2000-05-11Add tvbuff class.Gilbert Ramirez1-43/+43
2000-04-16Make various dissectors static if they can be, and get rid of any headerGuy Harris1-2/+2
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-17/+13
1999-12-07style improvements in ARP dissector proto tree, added todo itemsNathan Neulinger1-16/+19
1999-11-27Pull the code to dissect an ATM NSAP address out of "packet-q2931.c" andGuy Harris1-20/+140
1999-11-27ARP requests with a hardware type of ARPHRD_ATM2225 are ATM ARPGuy Harris1-18/+352
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-2/+8
1999-11-04Define the hardware type, protocol type, and opcode values fields asGuy Harris1-61/+53
1999-10-16- replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1-18/+23
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-10/+27
1999-10-03- add ARP display filtersLaurent Deniel1-29/+83
1999-09-12Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1-4/+13
1999-07-30The protocol tree field created for a protocol itself is of typeGuy Harris1-5/+5
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-3/+17
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-15/+14
1999-05-11Turn "arpaddr_to_str()" into "bytes_to_str()", and make it public, so itGuy Harris1-41/+3
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-25/+33
1999-01-28Added guy's time and DHCP patch.Gilbert Ramirez1-29/+37
1998-11-17* Added column formatting functionality.Gerald Combs1-14/+14
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
1998-11-03 Add a routine to convert Ethernet packet types to strings.Guy Harris1-75/+208
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-4/+4
1998-10-13Make the "value_string" array in "dissect_arp()" static, so it can beGuy Harris1-7/+8