aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-12-11 19:16:52 -0500
committerMichael Mann <mmann78@netscape.net>2016-12-13 13:08:39 +0000
commit4e97f74f1156db5c2cb139a404bc6423cebf7236 (patch)
treebce553ff7dbbe9977fb1adbfc2dc6440be0307c4 /epan/Makefile.am
parent97b41a494c214161b358cc99fad843a6f061b283 (diff)
Add support for adding unit names to hf_ fields.
This was inspired by the https://www.wireshark.org/lists/wireshark-dev/201505/msg00029.html thread. Used TCP and NTP dissectors as the guinea pig with sample use. Documentation updates includes some unrelated cleanup just because it was noticed. Change-Id: I59b26e1ca3b95e3473e4757f1759d7ad82976965 Reviewed-on: https://code.wireshark.org/review/19211 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index de37f2fa53..a59d9e1b86 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -128,6 +128,7 @@ LIBWIRESHARK_SRC = \
tvbuff_zlib.c \
tvbuff.c \
uat.c \
+ unit_strings.c \
value_string.c \
xdlc.c
@@ -290,6 +291,7 @@ LIBWIRESHARK_INCLUDES = \
tvbuff-int.h \
uat.h \
uat-int.h \
+ unit_strings.h \
value_string.h \
x264_prt_id.h \
xdlc.h