Get rid of an unused variable.
authorobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 10 Jan 2004 02:54:50 +0000 (02:54 +0000)
committerobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 10 Jan 2004 02:54:50 +0000 (02:54 +0000)
NOTE: the HTTP dissecotr does not remove content and transfer coding from
the entity yet. This may look a little weird, but it is not unsafe :)
Anyway, we now know what to do next ;^p

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9626 f5534014-38df-0310-8fa8-9805f1628bb7

packet-text-media.c

index 41a14370d149befb90a7e3af5681d8253dbef6d5..c3e65ef5db1fc3b3cc5352bbb841bd9a53ccac0c 100644 (file)
@@ -6,7 +6,7 @@
  *\r
  * (C) Olivier Biot, 2004 <Olivier.Biot (ad) siemens.com>\r
  *\r
- * $Id: packet-text-media.c,v 1.1 2004/01/10 02:38:38 obiot Exp $\r
+ * $Id: packet-text-media.c,v 1.2 2004/01/10 02:54:50 obiot Exp $\r
  *\r
  * Ethereal - Network traffic analyzer\r
  * By Gerald Combs <gerald@ethereal.com>\r
  * TODO - character set and chunked transfer-coding\r
  */\r
 \r
+/* Filterable header fields */\r
 static gint proto_text_lines = -1;\r
+\r
+/* Subtrees */\r
 static gint ett_text_lines = -1;\r
-static dissector_handle_t text_lines_handle;\r
 \r
-static const char default_data_name[] = "Line-based text data";\r
+/* Dissector handles */\r
+static dissector_handle_t text_lines_handle;\r
 \r
 static void\r
 dissect_text_lines(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)\r