From 60aaa2d8424e22f182d5308d35cc09ca8d956b6e Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 10 Sep 2013 05:47:28 +0000 Subject: [PATCH] Change the default preference on how to dissect dunneled data to GTP_TPDU_AS_TPDU. svn path=/trunk/; revision=51917 --- epan/dissectors/packet-gtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-gtp.c b/epan/dissectors/packet-gtp.c index 67ad238051..05d4896328 100644 --- a/epan/dissectors/packet-gtp.c +++ b/epan/dissectors/packet-gtp.c @@ -333,7 +333,7 @@ static expert_field ei_gtp_ext_length_warn = EI_INIT; static gboolean g_gtp_etsi_order = FALSE; -static gint dissect_tpdu_as = -1; +static gint dissect_tpdu_as = GTP_TPDU_AS_TPDU; static const enum_val_t gtp_decode_tpdu_as[] = { {"none", "None", GTP_TPDU_AS_NONE}, {"tpdu", "TPDU", GTP_TPDU_AS_TPDU},