Wireshark-commits: [Wireshark-commits] master-2.2 0798e0a: Include config.h at the very beginning o
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0798e0ac6c3961ca4471335bbfac1691fbeac954
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
0798e0a 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>
(cherry picked from commit 6f373175396a06b8e1a91acec6031322d91ef9dd)
Reviewed-on: https://code.wireshark.org/review/19043
Actions performed:
from e0d9408 packet-rpcrdma: Dissector should exit when frame is not RPC-over-RDMA
adds 0798e0a 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(-)