From 93e0009cbe2967763c1610127b02d2b4630f3505 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 22 Oct 2005 05:43:09 +0000 Subject: 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 --- epan/Makefile.common | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/Makefile.common') 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 \ -- cgit v1.2.3