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