aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-08-15 06:40:26 +0000
committerJörg Mayer <jmayer@loplof.de>2006-08-15 06:40:26 +0000
commitb21579abefa601d8454b073afc15faf97d6e563b (patch)
tree3d06efc464949588764f124fdcabf8ed3e27a78a /epan/dissectors/packet-http.h
parent68bdadcb502c093cd0286f725509c813ad40841b (diff)
Stephen Fisher <stephentfisher@yahoo.com>
Could you apply the attached patch also to finish it off - I failed to include it in the original e-mail. svn path=/trunk/; revision=18906
Diffstat (limited to 'epan/dissectors/packet-http.h')
-rw-r--r--epan/dissectors/packet-http.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-http.h b/epan/dissectors/packet-http.h
index ecc655709d..49b95997c4 100644
--- a/epan/dissectors/packet-http.h
+++ b/epan/dissectors/packet-http.h
@@ -30,7 +30,6 @@ void http_dissector_add(guint32 port, dissector_handle_t handle);
typedef struct _http_info_value_t
{
- guint32 framenum;
gchar *request_method;
guint response_code;
gchar *http_host;