wireshark/asn1/lte-rrc
Guy Harris ff9f9fc431 Don't include "file.h" if you don't need it.
It ends up dragging in libwireshark headers, which programs not linking
with libwireshark shouldn't do.  In particular, including
<epan/address.h> causes some functions that refer to libwireshark
functions to be defined if the compiler doesn't handle "static inline"
the way GCC does, and you end up requiring libwireshark even though you
shouldn't require it.

Move plurality() to wsutil/str_util.h, so that non-libwireshark code can
get it without include epan/packet.h.  Fix includes as necessary.

Change-Id: Ie4819719da4c2b349f61445112aa419e99b977d3
Reviewed-on: https://code.wireshark.org/review/11545
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-11-04 08:46:30 +00:00
..
CMakeLists.txt LTE RRC: upgrade dissector to v12.5.0 2015-03-31 21:40:10 +00:00
EUTRA-InterNodeDefinitions.asn LTE RRC: upgrade dissector to v12.7.0 2015-09-29 05:44:52 +00:00
EUTRA-RRC-Definitions.asn LTE RRC: upgrade dissector to v12.7.0 2015-09-29 05:44:52 +00:00
EUTRA-Sidelink-Preconf.asn LTE RRC: upgrade dissector to v12.7.0 2015-09-29 05:44:52 +00:00
EUTRA-UE-Variables.asn LTE RRC: upgrade dissector to v12.7.0 2015-09-29 05:44:52 +00:00
Makefile.am Remove $Id$ from the ASN.1 dissectors and regenerate them. 2014-02-18 03:05:28 +00:00
Makefile.common LTE RRC: upgrade dissector to v12.5.0 2015-03-31 21:40:10 +00:00
Makefile.nmake Remove $Id$ from the ASN.1 dissectors and regenerate them. 2014-02-18 03:05:28 +00:00
PC5-RRC-Definitions.asn LTE RRC: upgrade dissector to v12.7.0 2015-09-29 05:44:52 +00:00
lte-rrc.cnf LTE RRC: catch bounds errors triggered by subdissectors 2015-09-10 18:48:29 +00:00
packet-lte-rrc-template.c Don't include "file.h" if you don't need it. 2015-11-04 08:46:30 +00:00
packet-lte-rrc-template.h Remove $Id$ from the ASN.1 dissectors and regenerate them. 2014-02-18 03:05:28 +00:00