aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-11-19 02:00:03 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-11-19 02:00:03 +0000
commit5ee494d4720cce1106a40f6d3f4f30845cef94ce (patch)
tree6a40eee325a205b2340aff40fd48a84d9aa443a9 /packet-ppp.h
parentf0c60be2d88805c37d37f9e0124ffdb9f3cd0973 (diff)
Have the Etherenet and PPP dissectors register themselves, and have
other dissectors call them through handles. Do the same for the "PPP payload" dissector, after tvbuffifying it. Tvbuffify the PPPoE dissector. Do the last little bit of tvbuffifying the L2TP dissector (it takes old-style arguments and immediately generates a tvbuff out of them; make it take new-style arguments). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2664 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ppp.h')
-rw-r--r--packet-ppp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-ppp.h b/packet-ppp.h
index ea19df16e0..0badd03a99 100644
--- a/packet-ppp.h
+++ b/packet-ppp.h
@@ -1,6 +1,6 @@
/* packet-ppp.h
*
- * $Id: packet-ppp.h,v 1.4 2000/08/11 13:34:03 deniel Exp $
+ * $Id: packet-ppp.h,v 1.5 2000/11/19 02:00:03 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -27,6 +27,5 @@
void capture_ppp(const u_char *, int, packet_counts *);
void dissect_ppp(tvbuff_t *, packet_info *, proto_tree *);
-void dissect_payload_ppp(const u_char *, int, frame_data *, proto_tree *);
#endif