aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2013-06-01 22:26:47 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2013-06-01 22:26:47 +0000
commitd41ce46c92fd4dba1901c44e0c7248254fd9b1b3 (patch)
treea4e65b7f10914fc0b466fdf0eff124dfd03097f3 /epan
parentc310bd7dccfb4c1fa5e79215948b7829abb4b1b0 (diff)
Make Earthquake and Tsunami Warning Sytem indications stand out a
bit more. svn path=/trunk/; revision=49683
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-lte-rrc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lte-rrc.c b/epan/dissectors/packet-lte-rrc.c
index b432a6f770..b6c6465d15 100644
--- a/epan/dissectors/packet-lte-rrc.c
+++ b/epan/dissectors/packet-lte-rrc.c
@@ -11329,6 +11329,9 @@ dissect_lte_rrc_T_etws_Indication(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t
offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
1, NULL, FALSE, 0, NULL);
+ col_append_str(actx->pinfo->cinfo, COL_INFO, " (ETWS)");
+ expert_add_info_format(actx->pinfo, actx->created_item, PI_SEQUENCE, PI_WARN, "Earthquake and Tsunami Warning System Indication!");
+
return offset;
}