aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-arp.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-04Add a fall-through comment to appease Coverity and resolve CID 714131: Missin...cmaynard1-2/+1
2012-08-03Move the list of AX.25 protocol IDs to epan/ax25_pids.h. Use it inguy1-1/+2
2012-08-02Fix:jmayer1-3/+3
2012-08-02From Richard Stearn: IP-over-AX.25 and AX.25 ARP.guy1-1/+225
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-140/+573
2012-02-08Fix reporting of duplicate IP addresses by creating a hash table ofmartinm1-60/+115
2011-11-13As we're no longer checking whether we're constructing the Info column,guy1-8/+2
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-130/+119
2011-04-12Added a FALLTHRU comment to avoid a missing break warning.stig1-0/+1
2011-02-11Rename arphrdaddr_to_str() to tvb_arphrdaddr_to_str() and make it take a poin...morriss1-11/+9
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-5/+5
2010-08-23The ARP hardware type and operation code are listed with the IANA in decimal ...sfisher1-2/+2
2010-07-18Added some ARP options from RFC 5494.stig1-0/+11
2009-12-10Generated fields should not highlight any bytes in the packet bytes pane.sfisher1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-05-21Add filterable generated item arp.isgratuitous. Inspiredjmayer1-34/+43
2009-05-08The convention is to use TFS(...) when specifying a true_false_string with an...wmeier1-5/+5
2009-03-29Define certain fcns as static (if not used externally).wmeier1-326/+326
2009-02-06#include <conversation.h> not req'd ....wmeier1-1/+0
2008-12-27Update ARP hardware types from http://www.iana.org/assignments/arp-parameters/jake1-0/+8
2008-12-19Back out r27047 and r27053.gerald1-0/+2
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-2/+0
2008-05-30A MAC address is a sequence of 6 8-bit unsigned values (guint8), not aguy1-1/+1
2008-01-02Also show duplicate IP address in info column.martinm1-8/+31
2007-12-20Fix some casts.gerald1-4/+4
2007-12-19Report duplicate IP addresses based on observed ARP requests & responses.martinm1-13/+176
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-1/+0
2007-03-23fix some more warningsulfl1-1/+1
2007-03-11Fix bug 552:morriss1-7/+9
2006-10-29From Roger Gottsponer:jake1-13/+21
2006-10-20Add an expert item for detecting ARP request packet storms. The time period ...martinm1-2/+123
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-10-16replace a strcpy with g_snprintf so it will not show up in grep strcpy *.csahlberg1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-2/+2
2005-09-12The previous checkin for packet-isup.c was accidentally checked in alongguy1-0/+5
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-2/+2
2005-08-17replace a whole bunch of silly rotating stating buffers with ep_alloc() callssahlberg1-7/+2
2005-07-27Fix >2600 warnings by doing char -> const char changes.jmayer1-6/+6
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-3/+3
2005-02-03ncisco Alcoba: jmayer1-1/+6
2004-12-26From Yaniv Kaul: add Ethernet address-to-name (or, at least, address-to-guy1-30/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1043