aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erf.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-26 01:47:59 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-26 01:47:59 +0000
commit1e38d72c21b62028051bed50a065438f07b0e455 (patch)
treea2cdda5899a11cd3b67a701583cb80b86fa98047 /epan/dissectors/packet-erf.c
parent7b6f3574e6d489595cd7c4bde564f5f4a56bc196 (diff)
Make the default for HDLC traffic "Raw data", just as it is for other
record types, so that people know they have to set the preference. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25609 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-erf.c')
-rw-r--r--epan/dissectors/packet-erf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-erf.c b/epan/dissectors/packet-erf.c
index b8f47f943a..fe4c6f2d19 100644
--- a/epan/dissectors/packet-erf.c
+++ b/epan/dissectors/packet-erf.c
@@ -155,7 +155,7 @@ typedef enum {
ERF_HDLC_MTP2 = 4,
ERF_HDLC_MAX = 5
} erf_hdlc_type;
-static gint erf_hdlc_default = ERF_HDLC_MTP2;
+static gint erf_hdlc_default = ERF_HDLC_MAX;
static dissector_handle_t erf_hdlc_dissector[ERF_HDLC_MAX];
typedef enum {