From be81bc949a8d0e111b4d8e176963a234b38bf223 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 11 Feb 2011 03:33:11 +0000 Subject: Rename arphrdaddr_to_str() to tvb_arphrdaddr_to_str() and make it take a pointer a TVB and an offset instead of (generally) a pointer into a TVB. svn path=/trunk/; revision=35913 --- epan/dissectors/packet-arp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-arp.h') diff --git a/epan/dissectors/packet-arp.h b/epan/dissectors/packet-arp.h index 793d2a44cd..230cde7742 100644 --- a/epan/dissectors/packet-arp.h +++ b/epan/dissectors/packet-arp.h @@ -26,7 +26,7 @@ #ifndef __PACKET_ARP_H__ #define __PACKET_ARP_H__ -const gchar *arphrdaddr_to_str(const guint8 *ad, int ad_len, guint16 type); +const gchar *tvb_arphrdaddr_to_str(tvbuff_t *tvb, gint offset, int ad_len, guint16 type); const gchar *arphrdtype_to_str(guint16 hwtype, const char *fmt); void dissect_atm_nsap(tvbuff_t *tvb, int offset, int len, proto_tree *tree); -- cgit v1.2.3