Remove proto_tree from capture_file and PacketWinData, since they
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 6 Dec 2001 04:25:09 +0000 (04:25 +0000)
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 6 Dec 2001 04:25:09 +0000 (04:25 +0000)
commit8589e0e945100838da543a343cc6cfa4718dcd85
tree184b82bfdeff9456df17b77f7ecf14b7c3aeec2e
parent485e716ecf5d0f3faed93e3d4526e3409632ae34
Remove proto_tree from capture_file and PacketWinData, since they
already contain a pointer to an epan_dissect_t, which contains
the proto_tree.

Routines calling epan_dissect_new() do not create their own
proto_tree via proto_tree_create_root(); instead, they pass a boolean
to epan_dissect_new() telling it whether it should create the root
proto_tree.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4343 f5534014-38df-0310-8fa8-9805f1628bb7
epan/epan.c
epan/epan.h
file.c
file.h
gtk/main.c
gtk/packet_win.c
gtk/print_dlg.c
proto_hier_stats.c
tethereal.c