Get rid of an unused variable.
[obnox/wireshark/wip.git] / packet-arp.c
2002-03-10 guyFor Reverse ARP replies, the *target* hardware and...
2002-02-10 guyPut ARP hardware addresses that are MAC addresses into...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-27 guyChange "conversation_set_dissector()" to take a dissect...
2001-11-26 hagbardSwitched from using CHECK_DISPLAY_AS_DATA to using...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-03-13 gramMake tvb_get_ptr() return 'const guint8*', and clean...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-09 guyIf the target hardware address in an ARP packet is...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-29 guyIf we get an exception when dissecting a packet, append...
2000-11-30 guyFix up the handling of type/length fields in ATMARP.
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-19 guySet the tvbuff length for ARP packets, so the Ethernet...
2000-11-17 gramAdd #include <string.h>, to get prototypes for mem...
2000-11-13 guyMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-10 deniel- rename is_name_from_file to is_dummy_entry since...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-16 guyMake various dissectors static if they can be, and...
2000-04-13 gramChange the sub-dissector handoff registration routines...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
1999-12-07 nneulstyle improvements in ARP dissector proto tree, added...
1999-11-27 guyPull the code to dissect an ATM NSAP address out of...
1999-11-27 guyARP requests with a hardware type of ARPHRD_ATM2225...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-04 guyDefine the hardware type, protocol type, and opcode...
1999-10-16 deniel- replace proto_tree_add_item_format by proto_tree_add_...
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-10-03 deniel- add ARP display filters
1999-09-12 guyAdd summary-vs-detail radio buttons to the print dialog...
1999-07-30 guyThe protocol tree field created for a protocol itself...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-05-11 guyTurn "arpaddr_to_str()" into "bytes_to_str()", and...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-01-28 gramAdded guy's time and DHCP patch.
1998-11-17 gerald* Added column formatting functionality.
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-11-03 guy Add a routine to convert Ethernet packet types to...
1998-10-16 gerald* Copied in the correct GNU license (I'm such a goober)
1998-10-13 guyMake the "value_string" array in "dissect_arp()" static...
1998-10-12 gerald- Added match_strval function to packet.c
1998-10-10 gerald* OSPF alignment fixes (Gerald)
1998-09-27 geraldMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision