wireshark/epan/ftypes
Guy Harris 0de8c6f4c7 FT_IPv4 fields' values are 4-byte integers, not structures with a pointer.
Fix a tpyo while we're at it.

Change-Id: I1bde763ec2bd188c0f8afd1069db5a9f23963e8e
Reviewed-on: https://code.wireshark.org/review/24186
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-10-30 18:29:00 +00:00
..
.editorconfig Convert ftype-tvbuff.c to ftype-protocol.c 2016-05-05 19:27:55 +00:00
CMakeLists.txt CMake: Allow user build flags to override default build flags 2017-10-13 21:32:18 +00:00
Makefile.am autotools: make maintainer-clean should allow rerunning 'configure' 2017-10-15 14:17:20 +00:00
ftype-bytes.c Remove dead code for address reverse-mapping 2017-07-20 19:07:13 +00:00
ftype-double.c ftypes: move get_value_ptr into the union 2017-03-20 17:01:10 +00:00
ftype-guid.c ftypes: move get_value_ptr into the union 2017-03-20 17:01:10 +00:00
ftype-ieee-11073-float.c Fixes for sfloat_ieee_11073_val_to_repr() function 2017-04-21 02:08:25 +00:00
ftype-integer.c Remove dead code for address reverse-mapping 2017-07-20 19:07:13 +00:00
ftype-ipv4.c Make FT_IPv4 a bit more like FT_IPv6. 2017-10-30 01:40:13 +00:00
ftype-ipv6.c Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN. 2017-10-29 05:51:25 +00:00
ftype-none.c ftypes: move get_value_ptr into the union 2017-03-20 17:01:10 +00:00
ftype-pcre.c Make "matches" case-insensitive. 2017-06-22 19:32:06 +00:00
ftype-protocol.c ftypes: move get_value_ptr into the union 2017-03-20 17:01:10 +00:00
ftype-string.c ftypes: move get_value_ptr into the union 2017-03-20 17:01:10 +00:00
ftype-time.c ftypes: move get_value_ptr into the union 2017-03-20 17:01:10 +00:00
ftypes-int.h No need to include <epan/packet.h> in <epan/ftypes/ftypes-int.h>. 2017-04-12 11:29:06 +00:00
ftypes.c FT_IPv4 fields' values are 4-byte integers, not structures with a pointer. 2017-10-30 18:29:00 +00:00
ftypes.h Add ENC_VARINT_PROTOBUF 2017-10-09 11:31:19 +00:00