summaryrefslogtreecommitdiff
path: root/epan/unit_strings.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-01-17 11:35:36 -0500
committerMichael Mann <mmann78@netscape.net>2017-01-19 04:32:49 +0000
commitd04b5cd362be82bf685fde65af67e73c5a8ca0e4 (patch)
tree24828137147341e3e8a418563cdbce9363b09df6 /epan/unit_strings.c
parent37f4e42e98b0a57d709d5f87400cc1b2b0dea25f (diff)
downloadwireshark-d04b5cd362be82bf685fde65af67e73c5a8ca0e4.tar.gz
Use dissector tables for PPP protocols' options.
Create pinos for all of the PPP protocols options and a dissector table to store them all. Adapt a new version of dissect_ip_tcp_options, (now ppp_dissect_options) that uses the dissector tables for name of options and dissection function. Also standardize the dissectors for all protocols so that all include type and length in the dissection. Change-Id: I0033574e2831789040a1ce2857bf0e825d791cbe Reviewed-on: https://code.wireshark.org/review/19656 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/unit_strings.c')
-rw-r--r--epan/unit_strings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/unit_strings.c b/epan/unit_strings.c
index 284b25439d..5eaff365ad 100644
--- a/epan/unit_strings.c
+++ b/epan/unit_strings.c
@@ -89,6 +89,7 @@ const unit_name_string units_microwatts = { UTF8_MICRO_SIGN "W", NULL };
const unit_name_string units_meter_sec = { "m/s", NULL };
const unit_name_string units_meter_sec_squared = { "m/s" UTF8_SUPERSCRIPT_TWO , NULL };
const unit_name_string units_segment_remaining = { " segment remaining", " segments remaining" };
+const unit_name_string units_frame_frames = { " frame", " frames" };
/*