aboutsummaryrefslogtreecommitdiffstats
path: root/packet-arp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Copied in the correct GNU license (I'm such a goober)Gerald Combs1998-10-161-4/+4
* Make the "value_string" array in "dissect_arp()" static, so it can beGuy Harris1998-10-131-7/+8
* - Added match_strval function to packet.cGerald Combs1998-10-121-33/+36
* * OSPF alignment fixes (Gerald)Gerald Combs1998-10-101-5/+12
* Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1998-09-271-14/+14
* Added ID tags to the beginning of each source file.Gerald Combs1998-09-161-0/+2
* Initial revisionstartethereal-0.3.15ethereal-0-3-15backups/ethereal@18706etherealGerald Combs1998-09-161-0/+122