aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble_test.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-24 17:39:03 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-24 17:39:03 +0000
commit1fd211e05ecff9b7f37259e5d711620bea56c7cb (patch)
tree49eae262990a91945e834f775c39a1e5d6b04506 /epan/reassemble_test.c
parent6b2b2ffaca793a4caf339c1a9cd7256eca07f942 (diff)
Use the new name for the last argument to proto_tree_add_item().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32935 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/reassemble_test.c')
-rw-r--r--epan/reassemble_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/reassemble_test.c b/epan/reassemble_test.c
index 4f87acc8c5..4211e6b4a0 100644
--- a/epan/reassemble_test.c
+++ b/epan/reassemble_test.c
@@ -1103,7 +1103,7 @@ proto_item *proto_tree_add_boolean(proto_tree *tree _U_, int hfindex _U_,
proto_item *proto_tree_add_item(proto_tree *tree _U_, const int hfindex _U_,
tvbuff_t *tvb _U_, const gint start _U_,
gint length _U_,
- const guint little_endian _U_)
+ const guint encoding _U_)
{ return NULL; }
gint check_col(column_info *cinfo _U_, const gint col _U_)