aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/tpg
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-09-29 20:38:41 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-09-29 20:38:41 +0000
commit5c852882d084dcf61143e77b017f68c4bad53e8c (patch)
tree5eba4b3e53822820b8ecbe8bc6d65a18501a8f37 /plugins/tpg
parent46e293cc16cdae70225e671833f107a86207a582 (diff)
this struct moved to tvbparse.c
svn path=/trunk/; revision=16058
Diffstat (limited to 'plugins/tpg')
-rw-r--r--plugins/tpg/packet-http.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/tpg/packet-http.c b/plugins/tpg/packet-http.c
index 266fecfc50..9e01aadfd9 100644
--- a/plugins/tpg/packet-http.c
+++ b/plugins/tpg/packet-http.c
@@ -25,12 +25,6 @@ static int hf_http_request_uri = -1;
static dissector_handle_t http_handle;
-
-struct _elem_tree_stack_frame {
- proto_tree* tree;
- tvbparse_elem_t* elem;
-};
-
static void dissect_http(tvbuff_t* tvb, packet_info* pinfo _U_, proto_tree* tree) {
http_info_value_t* msgdata = ep_alloc0(sizeof(http_info_value_t));
tvbparse_elem_t* reqresp;