aboutsummaryrefslogtreecommitdiffstats
path: root/tap-icmpstat.c
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-05 20:50:49 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-05 20:50:49 +0000
commit0dac00bf590266080f47f44e4549f83419738f63 (patch)
tree11470470a30564c7e1b8c35a91076c6fcba03a6c /tap-icmpstat.c
parent918300ce7a86e2c1e4c76c95dbb5f2d11e75aa92 (diff)
Mark pinfo as unused with _U_ to avoid compiler warning.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36481 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-icmpstat.c')
-rwxr-xr-xtap-icmpstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-icmpstat.c b/tap-icmpstat.c
index 8ff7ff4fe4..56b8813208 100755
--- a/tap-icmpstat.c
+++ b/tap-icmpstat.c
@@ -106,7 +106,7 @@ icmpstat_reset(void *tapdata)
* !0: state has changed, call (*draw) sometime later
*/
static int
-icmpstat_packet(void *tapdata, packet_info *pinfo, epan_dissect_t *edt _U_, const void *data)
+icmpstat_packet(void *tapdata, packet_info *pinfo _U_, epan_dissect_t *edt _U_, const void *data)
{
icmpstat_t *icmpstat = tapdata;
const icmp_transaction_t *trans = data;