summaryrefslogtreecommitdiff
path: root/gst/pcapparse/gstpcapparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/pcapparse/gstpcapparse.h')
-rw-r--r--gst/pcapparse/gstpcapparse.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/pcapparse/gstpcapparse.h b/gst/pcapparse/gstpcapparse.h
index ef90ea2e7..2c9216f0a 100644
--- a/gst/pcapparse/gstpcapparse.h
+++ b/gst/pcapparse/gstpcapparse.h
@@ -47,8 +47,9 @@ typedef enum
typedef enum
{
- DLT_ETHER = 1,
- DLT_SLL = 113
+ LINKTYPE_ETHER = 1,
+ LINKTYPE_RAW = 101,
+ LINKTYPE_SLL = 113
} GstPcapParseLinktype;
/**