Have the Etherenet and PPP dissectors register themselves, and have
[obnox/wireshark/wip.git] / packet-ppp.h
index ea19df16e0a344102659c013764346995de54ee5..0badd03a995a847b6b5fdef2ebe3cfadf7d524b7 100644 (file)
@@ -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