aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/erf.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/erf.h')
-rw-r--r--wiretap/erf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/wiretap/erf.h b/wiretap/erf.h
index 7922f5016f..894235c7ad 100644
--- a/wiretap/erf.h
+++ b/wiretap/erf.h
@@ -115,6 +115,10 @@ typedef struct erf_mc_hdr {
guint32 mc;
} erf_mc_header_t;
+typedef struct erf_aal2_hdr {
+ guint32 aal2;
+} erf_aal2_header_t;
+
typedef struct erf_eth_hdr {
guint16 eth;
} erf_eth_header_t;