diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
commit | 9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 (patch) | |
tree | 2784370cda9bbf2da9114d70f05399c0b229d28c /epan/osi-utils.h | |
parent | Adding debian version 4.2.6-1. (diff) | |
download | wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.tar.xz wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.zip |
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/osi-utils.h')
-rw-r--r-- | epan/osi-utils.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/osi-utils.h b/epan/osi-utils.h index d98b454f..b47fc96c 100644 --- a/epan/osi-utils.h +++ b/epan/osi-utils.h @@ -98,12 +98,12 @@ #define NSAP_IDI_ITU_T_IND_DEC_GROUP 0xE2 /* ITU-T IND, decimal */ #define NSAP_IDI_ITU_T_IND_BIN_GROUP 0xE3 /* ITU-T IND, binary */ -gchar* print_nsap_net ( wmem_allocator_t *, tvbuff_t *, const gint, int ); -gchar* print_area ( wmem_allocator_t *, tvbuff_t *, const gint, int ); -gchar* print_system_id(wmem_allocator_t *, const guint8 *, int ); -gchar* tvb_print_system_id( wmem_allocator_t *, tvbuff_t *, const gint, int ); -void print_system_id_buf( const guint8 *, int, gchar *, int); -gchar* print_address_prefix( wmem_allocator_t *, tvbuff_t *, const gint, int ); +char* print_nsap_net ( wmem_allocator_t *, tvbuff_t *, const int, int ); +char* print_area ( wmem_allocator_t *, tvbuff_t *, const int, int ); +char* print_system_id(wmem_allocator_t *, const uint8_t *, int ); +char* tvb_print_system_id( wmem_allocator_t *, tvbuff_t *, const int, int ); +void print_system_id_buf( const uint8_t *, int, char *, int); +char* print_address_prefix( wmem_allocator_t *, tvbuff_t *, const int, int ); int get_osi_address_type(void); void register_osi_address_type(void); |