aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-11-05 22:50:42 +0000
committerGuy Harris <guy@alum.mit.edu>2002-11-05 22:50:42 +0000
commitaef0d31da247546e3734f3a18352040c2c2f6a24 (patch)
treec4bc4f44b25fd19ee67b0efa1b2c15f97b5c6bdd /packet-llc.h
parent3b71004a61315735ee52953b3bb4c7c7a2a3600b (diff)
Show the SAP values in RPL packets symbolically if possible.
svn path=/trunk/; revision=6564
Diffstat (limited to 'packet-llc.h')
-rw-r--r--packet-llc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-llc.h b/packet-llc.h
index c9e5bc7ec7..5bb524324e 100644
--- a/packet-llc.h
+++ b/packet-llc.h
@@ -1,6 +1,6 @@
/* packet-llc.h
*
- * $Id: packet-llc.h,v 1.8 2002/08/28 21:00:20 jmayer Exp $
+ * $Id: packet-llc.h,v 1.9 2002/11/05 22:50:42 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -29,4 +29,6 @@ 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);
+extern const value_string sap_vals[];
+
#endif