wireshark/epan/ftypes
Alexis La Goutte 1ca19b3c38 Fix -Wmissing-prototypes found by Clang
ftype-double.c:89:1: warning: no previous prototype for function 'val_unary_minus'
ftype-double.c:96:1: warning: no previous prototype for function 'val_add'
ftype-double.c:103:1: warning: no previous prototype for function 'val_subtract'
ftype-double.c:110:1: warning: no previous prototype for function 'val_multiply'
ftype-double.c:117:1: warning: no previous prototype for function 'val_divide'
ftype-integer.c:670:1: warning: no previous prototype for function 'uint_bitwise_and'
ftype-integer.c:677:1: warning: no previous prototype for function 'uint_is_zero'
ftype-integer.c:683:1: warning: no previous prototype for function 'uint_is_negative'
ftype-integer.c:689:1: warning: no previous prototype for function 'uint_unary_minus'
ftype-integer.c:704:1: warning: no previous prototype for function 'uint64_bitwise_and'
ftype-integer.c:711:1: warning: no previous prototype for function 'uint64_is_zero'
ftype-integer.c:717:1: warning: no previous prototype for function 'uint64_is_negative'
ftype-integer.c:723:1: warning: no previous prototype for function 'uint64_unary_minus'
ftype-integer.c:738:1: warning: no previous prototype for function 'sint_bitwise_and'
ftype-integer.c:745:1: warning: no previous prototype for function 'sint_is_zero'
ftype-integer.c:751:1: warning: no previous prototype for function 'sint_is_negative'
ftype-integer.c:757:1: warning: no previous prototype for function 'sint_unary_minus
ftype-integer.c:764:1: warning: no previous prototype for function 'sint64_bitwise_and'
ftype-integer.c:771:1: warning: no previous prototype for function 'sint64_is_zero'
ftype-integer.c:777:1: warning: no previous prototype for function 'sint64_is_negative'
ftype-integer.c:783:1: warning: no previous prototype for function 'sint64_unary_minus'
packet-bpv6.c:2182:1: warning: no previous prototype for function 'proto_register_bpv6'
packet-bpv6.c:2766:1: warning: no previous prototype for function 'proto_reg_handoff_bpv6'
packet-bpv7.c:1978:6: warning: no previous prototype for function 'proto_register_bpv7'
packet-bpv7.c:2037:6: warning: no previous prototype for function 'proto_reg_handoff_bpv7'
packet-realtek.c:349:1: warning: no previous prototype for function 'proto_register_realtek'
packet-realtek.c:436:1: warning: no previous prototype for function 'proto_reg_handoff_realtek'
packet-tcpcl.c:2147:1: warning: no previous prototype for function 'proto_register_tcpclv3'
packet-tcpcl.c:2211:1: warning: no previous prototype for function 'proto_reg_handoff_tcpclv3'
2022-07-15 13:45:52 +00:00
..
.editorconfig Fix EditorConfig settings 2022-02-23 23:37:47 +00:00
CMakeLists.txt Move regex code to wsutil 2021-11-14 21:00:59 +00:00
ftype-bytes.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-double.c Fix -Wmissing-prototypes found by Clang 2022-07-15 13:45:52 +00:00
ftype-guid.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-ieee-11073-float.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-integer.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-ipv4.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-ipv6.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-none.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-protocol.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-string.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-time.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftypes-int.h dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftypes.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftypes.h dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00