Removed trailing whitespaces from .h and .c files using the
[obnox/wireshark/wip.git] / packet-llc.h
index 4bff2efbaf9da869404e6058d3bc783d4f54b45d..45b55f3afca3a76ed9885c7f6f2ec1b5408fb961 100644 (file)
@@ -1,11 +1,10 @@
 /* packet-llc.h
  *
- * $Id: packet-llc.h,v 1.3 2000/08/11 13:34:08 deniel Exp $
+ * $Id: packet-llc.h,v 1.7 2002/08/02 23:35:54 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
  * Copyright 1998 Gerald Combs
- *
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -25,7 +24,9 @@
 #ifndef __PACKET_LLC_H__
 #define __PACKET_LLC_H__
 
-void capture_llc(const u_char *, int, packet_counts *);
-void dissect_llc(tvbuff_t *, packet_info *, proto_tree *);
+void capture_llc(const guchar *, int, int, packet_counts *);
+
+void dissect_snap(tvbuff_t *, int, packet_info *, proto_tree *,
+    proto_tree *, int, int, int, int, int);
 
 #endif