aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erf.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-02-02 04:56:39 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-02-02 04:56:39 +0000
commit6dfde6891119b45e7ae543c4601ba69d5b833127 (patch)
treec15997d50f80ba59fc42d1992321cd17db6087b1 /epan/dissectors/packet-erf.h
parentda757e0833659186d2bf443e29cbfad7dc8f883c (diff)
From Stephen Donnelly:
Endace ATM and AAL2 enhancements. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4447 svn path=/trunk/; revision=31766
Diffstat (limited to 'epan/dissectors/packet-erf.h')
-rw-r--r--epan/dissectors/packet-erf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-erf.h b/epan/dissectors/packet-erf.h
index 073b21259a..c746d3f843 100644
--- a/epan/dissectors/packet-erf.h
+++ b/epan/dissectors/packet-erf.h
@@ -61,6 +61,12 @@ struct erf_mc_aal2_hdrx {
guint8 byte3;
};
+struct erf_aal2_hdrx {
+ guint8 byte0;
+ guint8 byte1;
+ guint16 byte23;
+};
+
struct erf_mc_rawl_hdrx {
guint16 byte01;
guint8 byte2;