aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isl.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-11-24 09:13:52 +0000
committerGuy Harris <guy@alum.mit.edu>2004-11-24 09:13:52 +0000
commit7c3027c5e9b169e6c4eaba78b4815123113ea398 (patch)
tree8a078ef2bb27f034ded036ea017e2b910df7de81 /epan/dissectors/packet-isl.h
parentb3b1679a577c1b282bf65dd2995d5a2227bbe52c (diff)
Export two versions of the Ethereal dissector, for use with encapsulated
Ethernet frames, one for encapsulated frames that include an FCS and one for encapsulated frames that don't include an FCS. Use the appropriate versions. In the ISL dissector, do the same sort of processing we do in the Ethernet dissector to figure out whether the frame has a trailer or not and whether it has an FCS or not. svn path=/trunk/; revision=12593
Diffstat (limited to 'epan/dissectors/packet-isl.h')
-rw-r--r--epan/dissectors/packet-isl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-isl.h b/epan/dissectors/packet-isl.h
index d26417c9f0..c926480ea5 100644
--- a/epan/dissectors/packet-isl.h
+++ b/epan/dissectors/packet-isl.h
@@ -26,4 +26,7 @@
void capture_isl(const guchar *, int, int, packet_counts *);
+void dissect_isl(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
+ int fcs_len);
+
#endif