URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0086e5bca9789862071fe761a984cf1ddf7edbd8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0086e5b by Guy Harris (guy@xxxxxxxxxxxx):
Move everything from packet-fcdns.h to packet-fcdns.c.
None of it is used outside packet-fcdns.c.
Then "#if 0" out an unused item from that file.
Change-Id: Ie9f966055ef6b839ec4325d966eaac424d9495be
Reviewed-on: https://code.wireshark.org/review/13200
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 9468763 Fix indentation.
adds 0086e5b Move everything from packet-fcdns.h to packet-fcdns.c.
Summary of changes:
epan/dissectors/Makefile.common | 1 -
epan/dissectors/packet-fcdns.c | 207 ++++++++++++++++++++++++++++++++++-
epan/dissectors/packet-fcdns.h | 227 ---------------------------------------
3 files changed, 205 insertions(+), 230 deletions(-)
delete mode 100644 epan/dissectors/packet-fcdns.h