aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-arp.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-12/+12
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-6/+6
2013-10-13Minor whitespace, formatting & etc changes.Bill Meier1-201/+199
2013-09-29Convert several proto_tree_add_bytes_format calls to proto_tree_add_bytes_for...Michael Mann1-4/+4
2013-09-12More wmem.Evan Huus1-6/+6
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-6/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-65/+55
2013-05-24first batch of dissectors to use the new expert info API.Michael Mann1-20/+18
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-6/+6
2013-04-22Don't report duplicate use of IP address twice when dissecting aMartin Mathieson1-1/+2
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-3/+3
2013-03-13- [-Wmissing-prototypes]Anders Broman1-9/+12
2012-10-14convert proto_tree_add_text to proto_tree_add_item and expert_add_info_format...Michael Mann1-7/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-04Add a fall-through comment to appease Coverity and resolve CID 714131: Missin...Chris Maynard1-2/+1
2012-08-03Move the list of AX.25 protocol IDs to epan/ax25_pids.h. Use it inGuy Harris1-1/+2
2012-08-02Fix:Jörg Mayer1-3/+3
2012-08-02From Richard Stearn: IP-over-AX.25 and AX.25 ARP.Guy Harris1-1/+225
2012-05-29From Deepti Ragha:Anders Broman1-3/+429
2012-04-23Do indentation cleanup (e.g., 4-space tabs => spaces)Bill Meier1-137/+144
2012-02-08Fix reporting of duplicate IP addresses by creating a hash table ofMartin Mathieson1-60/+115
2011-11-13As we're no longer checking whether we're constructing the Info column,Guy Harris1-8/+2
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-130/+119
2011-04-12Added a FALLTHRU comment to avoid a missing break warning.Stig Bjørlykke1-0/+1
2011-02-11Rename arphrdaddr_to_str() to tvb_arphrdaddr_to_str() and make it take a poin...Jeff Morriss1-11/+9
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-08-23The ARP hardware type and operation code are listed with the IANA in decimal ...Stephen Fisher1-2/+2
2010-07-18Added some ARP options from RFC 5494.Stig Bjørlykke1-0/+11
2009-12-10Generated fields should not highlight any bytes in the packet bytes pane.Stephen Fisher1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-05-21Add filterable generated item arp.isgratuitous. InspiredJörg Mayer1-34/+43
2009-05-08The convention is to use TFS(...) when specifying a true_false_string with an...Bill Meier1-5/+5
2009-03-29Define certain fcns as static (if not used externally).Bill Meier1-326/+326
2009-02-06#include <conversation.h> not req'd ....Bill Meier1-1/+0
2008-12-27Update ARP hardware types from http://www.iana.org/assignments/arp-parameters/Jaap Keuter1-0/+8
2008-12-19Back out r27047 and r27053.Gerald Combs1-0/+2
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-2/+0
2008-05-30A MAC address is a sequence of 6 8-bit unsigned values (guint8), not aGuy Harris1-1/+1
2008-01-02Also show duplicate IP address in info column.Martin Mathieson1-8/+31
2007-12-20Fix some casts.Gerald Combs1-4/+4
2007-12-19Report duplicate IP addresses based on observed ARP requests & responses.Martin Mathieson1-13/+176
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-1/+0
2007-03-23fix some more warningsUlf Lamping1-1/+1
2007-03-11Fix bug 552:Jeff Morriss1-7/+9
2006-10-29From Roger Gottsponer:Jaap Keuter1-13/+21
2006-10-20Add an expert item for detecting ARP request packet storms. The time period ...Martin Mathieson1-2/+123
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2