aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorLaurent Deniel <laurent.deniel@free.fr>2000-08-20 20:48:55 +0000
committerLaurent Deniel <laurent.deniel@free.fr>2000-08-20 20:48:55 +0000
commitccdbb6ca6db8bdbe0392a428e46f9f8d64c748a7 (patch)
treed0295096765cfca4fa934b5121bca821a3e0093b /packet.h
parent475fd9fdf90011a710c1cad9731183d0c1f87422 (diff)
Cleaning (remove comment and tcp_extra_data).
svn path=/trunk/; revision=2313
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/packet.h b/packet.h
index 3d3b3d9e8b..a6b43fb78a 100644
--- a/packet.h
+++ b/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.195 2000/08/19 08:26:02 guy Exp $
+ * $Id: packet.h,v 1.196 2000/08/20 20:48:55 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -288,15 +288,6 @@ gboolean old_dissector_try_heuristic(heur_dissector_list_t sub_dissectors,
gboolean dissector_try_heuristic(heur_dissector_list_t sub_dissectors,
tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
-/* Many of the structs and definitions below and in packet-*.c files
- * were taken from include files in the Linux distribution. */
-
-typedef struct tcp_extra_data {
- int match_port;
- int sport;
- int dport;
-} tcp_extra_data;
-
/* Utility routines used by packet*.c */
gchar* ether_to_str(const guint8 *);
gchar* ether_to_str_punct(const guint8 *, char);