Add support for LocalTalk Link Access Protocol.
[obnox/wireshark/wip.git] / packet-atalk.h
index b3eabdc2205d3121994fa2702047d6793b895d98..ca5f10d4d4d5c764f94b81cf2c2ed6b9db14759a 100644 (file)
@@ -1,7 +1,7 @@
 /* packet-atalk.h
  * Definitions for Appletalk packet disassembly (DDP, currently).
  *
- * $Id: packet-atalk.h,v 1.6 2000/11/17 06:02:20 guy Exp $
+ * $Id: packet-atalk.h,v 1.7 2001/11/30 07:14:20 guy Exp $
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -48,4 +48,6 @@ struct atalk_ddp_addr {
  */
 extern gchar *atalk_addr_to_str(const struct atalk_ddp_addr *addrp);
 
+extern void capture_llap(const u_char *pd, int len, packet_counts *ld);
+
 #endif