aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-10-22 05:43:09 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-10-22 05:43:09 +0000
commit93e0009cbe2967763c1610127b02d2b4630f3505 (patch)
tree8a7ef9f1a8c2b0c2edfaf69d8041b36e1b2d9282 /epan/Makefile.common
parent959ae9f555f66e5c086a5865e6298e9133221355 (diff)
Move the ptvcursor.c code to epan/proto, and make ptvcursor_add() handle
FT_UINT_BYTES and FT_UINT_STRING correctly when the tree argument is null (which involves carving proto_tree_add_item() into bits and having both ptvcursor_add() and proto_tree_add_item() call those bits). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16287 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 760e544105..086b7bffa4 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -63,7 +63,6 @@ LIBETHEREAL_SRC = \
plugins.c \
prefs.c \
proto.c \
- ptvcursor.c \
radius_dict.c \
range.c \
reassemble.c \