aboutsummaryrefslogtreecommitdiffstats
path: root/packet-frame.c
diff options
context:
space:
mode:
authorsharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-20 07:56:07 +0000
committersharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-20 07:56:07 +0000
commit52e0bb578243d04592a0057bd980f07675fa5a4e (patch)
treeaa2954a8284ba65b96ecfc73e0324c386b9eecab /packet-frame.c
parent9ed422dfb8aa288e31f838da60cff72a2a3590bb (diff)
Add support for Wellfleet HDLC. It now can see inside the packets and handles
the capture I was sent as a bunch of TCP segments containing LPD stuff. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6810 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-frame.c')
-rw-r--r--packet-frame.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-frame.c b/packet-frame.c
index 28f6158fa3..f44fa308c8 100644
--- a/packet-frame.c
+++ b/packet-frame.c
@@ -2,7 +2,7 @@
*
* Top-most dissector. Decides dissector based on Wiretap Encapsulation Type.
*
- * $Id: packet-frame.c,v 1.32 2002/10/31 07:12:23 guy Exp $
+ * $Id: packet-frame.c,v 1.33 2002/12/20 07:56:07 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -82,6 +82,7 @@ dissect_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if (pinfo->pseudo_header != NULL) {
switch (pinfo->fd->lnk_t) {
+ case WTAP_ENCAP_WFLEET_HDLC:
case WTAP_ENCAP_CHDLC:
case WTAP_ENCAP_PPP_WITH_PHDR:
pinfo->p2p_dir = pinfo->pseudo_header->p2p.sent ?