Change the default preference on how to dissect dunneled data to GTP_TPDU_AS_TPDU.

svn path=/trunk/; revision=51917
This commit is contained in:
Anders Broman 2013-09-10 05:47:28 +00:00
parent b1e6fc8411
commit 60aaa2d842
1 changed files with 1 additions and 1 deletions

View File

@ -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},