wireshark/epan/ftypes
Martin Mathieson 52365a55e4 LTE L2 protocols: add FT_FRAMENUM_TYPE for most FT_FRAMENUM fields.
Missed out some that would probably result in too many links.
Added FT_FRAMENUM_RETRANS_PREV and FT_FRAMENUM_RETRANS_NEXT to enum,
these display as arrows like REQUEST and RESPONSE do.

Change-Id: I6e8d222955f2ba59a713e8a389837b55a1c7f262
Reviewed-on: https://code.wireshark.org/review/24600
Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2017-11-29 21:21:09 +00:00
..
.editorconfig Convert ftype-tvbuff.c to ftype-protocol.c 2016-05-05 19:27:55 +00:00
CMakeLists.txt cmake: match include directories with autotools 2017-11-29 06:58:22 +00:00
Makefile.am autotools: Library build products don't need explicit cleaning 2017-11-18 22:29:41 +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 LTE L2 protocols: add FT_FRAMENUM_TYPE for most FT_FRAMENUM fields. 2017-11-29 21:21:09 +00:00