URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6f373175396a06b8e1a91acec6031322d91ef9dd
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6f37317 by Guy Harris (guy@xxxxxxxxxxxx):
Include config.h at the very beginning of all Flex scanners.
That way, if we #define anything for large file support, that's done
before we include any system header files that either depend on that
definition or that define it themselves if it's not already defined.
Change-Id: I9b07344151103be337899dead44d6960715d6813
Reviewed-on: https://code.wireshark.org/review/19035
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 2ec9093 Make SMB2 MessageId field a FT_UINT64
adds 6f37317 Include config.h at the very beginning of all Flex scanners.
Summary of changes:
epan/dfilter/scanner.l | 7 +++++--
epan/diam_dict.l | 7 +++++--
epan/dtd_parse.l | 7 +++++--
epan/dtd_preparse.l | 7 +++++--
epan/radius_dict.l | 7 +++++--
epan/uat_load.l | 7 +++++--
plugins/mate/mate_parser.l | 5 +++++
plugins/wimaxasncp/wimaxasncp_dict.l | 7 +++++--
text2pcap-scanner.l | 5 +++++
ui/text_import_scanner.l | 7 +++++--
wiretap/ascend_scanner.l | 7 +++++--
wiretap/k12text.l | 6 +++++-
12 files changed, 60 insertions(+), 19 deletions(-)