Fake proto_item_prepend_text() in reassemble_test.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 8 Sep 2010 06:45:04 +0000 (06:45 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 8 Sep 2010 06:45:04 +0000 (06:45 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34075 f5534014-38df-0310-8fa8-9805f1628bb7

epan/reassemble_test.c

index 4211e6b4a0ae40ec36bf07eb680edbcbb60167c2..145506c9ca55125ac8d0ec2dcd0ff8f3d9783760 100644 (file)
@@ -1083,6 +1083,9 @@ proto_tree_add_uint(proto_tree *tree _U_, int hfindex _U_, tvbuff_t *tvb _U_,
                     gint start _U_, gint length _U_, guint32 value _U_)
 { return NULL; }
 
+void proto_item_prepend_text(proto_item *ti _U_, const char *format _U_, ...)
+{}
+
 void proto_item_append_text(proto_item *ti _U_, const char *format _U_, ...)
 {}