aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erf.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-06-26 01:47:59 +0000
committerGuy Harris <guy@alum.mit.edu>2008-06-26 01:47:59 +0000
commit18bc1a2fefa24a8d860bd637fe3c23f1e365b410 (patch)
treea2cdda5899a11cd3b67a701583cb80b86fa98047 /epan/dissectors/packet-erf.c
parent1f08653d0e30b1978674e68a787f2358625a6d13 (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. svn path=/trunk/; revision=25609
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 {