aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-05-15 17:49:45 +0000
committerGerald Combs <gerald@wireshark.org>2013-05-15 17:49:45 +0000
commit6b0c550696978f75f5baabce7521e4c52985397d (patch)
tree2749cc764c50bdc3eba3fd9612647e9b806a732a /epan/frame_data.h
parentac3957c4cd6c5690cabc73f89de5e075c5ec6eb8 (diff)
Un-shadow a couple of variables.
svn path=/trunk/; revision=49317
Diffstat (limited to 'epan/frame_data.h')
-rw-r--r--epan/frame_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/frame_data.h b/epan/frame_data.h
index 37b3e62665..580d238d74 100644
--- a/epan/frame_data.h
+++ b/epan/frame_data.h
@@ -93,7 +93,7 @@ typedef struct {
WS_DLL_PUBLIC void p_add_proto_data(frame_data *fd, int proto, guint8 key, void *proto_data);
WS_DLL_PUBLIC void *p_get_proto_data(frame_data *fd, int proto, guint8 key);
void p_remove_proto_data(frame_data *fd, int proto, guint8 key);
-gchar *p_get_proto_name_and_key(frame_data *fd, guint index);
+gchar *p_get_proto_name_and_key(frame_data *fd, guint pfd_index);
/** compare two frame_datas */
WS_DLL_PUBLIC gint frame_data_compare(const frame_data *fdata1, const frame_data *fdata2, int field);