aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-03 06:27:03 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-03 06:27:03 +0000
commit43781e7ba68eb94c716106176f60fd3fd057682e (patch)
tree1e1adaa5cd9633b607ae536e1a5529c9bb0786aa /packet-llc.h
parentda8ff8021bcecf80ba69a64d19055e93126627ca (diff)
Fix up the API for adding support for new OUI's to the LLC dissector.
Use that API to create the table for the Cisco OUI 00:00:0C. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8351 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-llc.h')
-rw-r--r--packet-llc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-llc.h b/packet-llc.h
index 7cad2b5786..948d6ad092 100644
--- a/packet-llc.h
+++ b/packet-llc.h
@@ -1,6 +1,6 @@
/* packet-llc.h
*
- * $Id: packet-llc.h,v 1.10 2003/08/28 01:29:16 guy Exp $
+ * $Id: packet-llc.h,v 1.11 2003/09/03 06:27:03 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -30,9 +30,9 @@ void dissect_snap(tvbuff_t *, int, packet_info *, proto_tree *,
proto_tree *, int, int, int, int, int);
/*
- * Add an entry for a new OID.
+ * Add an entry for a new OUI.
*/
-void llc_add_oid(guint32, const char *, char *, int);
+void llc_add_oui(guint32, const char *, char *, hf_register_info *);
extern const value_string sap_vals[];