aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.c
diff options
context:
space:
mode:
authorSimon Barber <simon.barber@meraki.net>2016-01-06 17:23:00 -0800
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-02-03 05:58:05 +0000
commit640209215ebfb0541678cddf59304ea395937402 (patch)
tree2cd8dbc4101e01deef99d60da1bc0fda82b95006 /epan/expert.c
parent8dd13f4520e023ca67cc9d6b382237b4944a7373 (diff)
Adds calculation of preamble length and frame duration.
Change-Id: Ie7077b675a242a60ee859098a504707cc61345db Reviewed-on: https://code.wireshark.org/review/13090 Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/expert.c')
-rw-r--r--epan/expert.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/expert.c b/epan/expert.c
index 7225f148a7..c9f7c96e9d 100644
--- a/epan/expert.c
+++ b/epan/expert.c
@@ -84,6 +84,7 @@ const value_string expert_group_vals[] = {
{ PI_SECURITY, "Security" },
{ PI_COMMENTS_GROUP, "Comment" },
{ PI_DECRYPTION, "Decryption" },
+ { PI_ASSUMPTION, "Assumption" },
{ 0, NULL }
};