aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-01-10 09:07:35 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-01-10 09:07:35 +0000
commitd0a607184b59a26dd1a2ff890e12ad085302b51e (patch)
tree8ada65a0f30fde1bc3c7eb46db802a42af046f93 /packet-llc.h
parentd43e76d17b872f72d0bc10943940b94da1ae221a (diff)
Make the stuff to handle SNAP frames (OUI, PID, payload) a routine of
its own; it's used not only by LLC, but by Frame Relay with RFC 2427 and ATM with RFC 2684. Support for RFC 2427-encapsulation Frame Relay packets, from Paul Ionescu. Get rid of the CISCO_IP PPP protocol type - Cisco HDLC uses, in most cases, Ethernet packet types, so use ETHERTYPE_IP instead (they're both 0x0800). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2854 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-llc.h')
-rw-r--r--packet-llc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-llc.h b/packet-llc.h
index a228605d87..a3ed1fd6c9 100644
--- a/packet-llc.h
+++ b/packet-llc.h
@@ -1,6 +1,6 @@
/* packet-llc.h
*
- * $Id: packet-llc.h,v 1.4 2001/01/03 10:34:41 guy Exp $
+ * $Id: packet-llc.h,v 1.5 2001/01/10 09:07:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -27,4 +27,7 @@
void capture_llc(const u_char *, int, packet_counts *);
+void dissect_snap(tvbuff_t *, int, packet_info *, proto_tree *,
+ proto_tree *, int, int, int, int, int);
+
#endif