aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-20 07:05:58 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-20 07:05:58 +0000
commitbb5f2a5810d9aa5a18ac0ea315a8ad8f746ff400 (patch)
treec53d7501daab4f29fddb7a458d040b7799b4eea9 /packet-udp.h
parent6b7a143a43b87d409bb75c9abda32261c38c4866 (diff)
Have the IPv6 dissector use the same dissector table as the IPv4
dissector. Don't dissect the payload of any fragmented IPv6 packet unless it's the initial fragment (that's what we do for IPv4). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1882 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-udp.h')
-rw-r--r--packet-udp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-udp.h b/packet-udp.h
index 1187497e17..47ef7207e9 100644
--- a/packet-udp.h
+++ b/packet-udp.h
@@ -1,6 +1,6 @@
/* packet-udp.h
*
- * $Id: packet-udp.h,v 1.2 2000/04/12 22:53:16 guy Exp $
+ * $Id: packet-udp.h,v 1.3 2000/04/20 07:05:58 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -24,5 +24,3 @@
extern void decode_udp_ports(const u_char *, int, frame_data *,
proto_tree *, int, int);
-
-void dissect_udp(const u_char *, int, frame_data *, proto_tree *);