wireshark/epan/ftypes
Pascal Quantin a967ca5074 Fixes for sfloat_ieee_11073_val_to_repr() function
- when having a special value, leave function once buffer is written
- give the right buffer length to g_snprintf() function

Bug: 13590
Change-Id: Iecf1456686b6e92a7cfcf8ed6d8619541ad50ace
Reviewed-on: https://code.wireshark.org/review/21260
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-04-21 02:08:25 +00:00
..
.editorconfig
CMakeLists.txt cmake: make WERROR_COMMON_FLAGS a normal string 2016-09-30 20:08:02 +00:00
Makefile.am
ftype-bytes.c ftypes: move get_value_ptr into the union 2017-03-20 17:01:10 +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 ftypes: move get_value_ptr into the union 2017-03-20 17:01:10 +00:00
ftype-ipv4.c ftypes: move get_value_ptr into the union 2017-03-20 17:01:10 +00:00
ftype-ipv6.c ftypes: move get_value_ptr into the union 2017-03-20 17:01:10 +00:00
ftype-none.c ftypes: move get_value_ptr into the union 2017-03-20 17:01:10 +00:00
ftype-pcre.c ftypes: move get_value_ptr into the union 2017-03-20 17:01:10 +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 ftypes: move get_value_ptr into the union 2017-03-20 17:01:10 +00:00
ftypes.h