"dissect_lapb()" is static to "packet-lapb.c", so it can't be directly
[obnox/wireshark/wip.git] / packet-eth.h
index 8d17b83ea93874dfacb683c4393b5da3f0a68e02..f6a12300463e4c25fe6d36d6e6a487e09f7c8891 100644 (file)
@@ -1,6 +1,6 @@
 /* packet-eth.h
  *
- * $Id: packet-eth.h,v 1.1 2000/02/15 21:02:08 gram Exp $
+ * $Id: packet-eth.h,v 1.3 2000/08/11 13:34:13 deniel Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
+#ifndef __PACKET_ETH_H__
+#define __PACKET_ETH_H__
+
 void capture_eth(const u_char *, int, packet_counts *);
-void dissect_eth(const u_char *, int, frame_data *, proto_tree *);
+void dissect_eth(tvbuff_t *, packet_info *, proto_tree *);
+
+#endif
+