Make decode_udp_ports() function available for plugins

Change-Id: Ic5e087c333d46b4bf0946c80aaad5768534155b5
Reviewed-on: https://code.wireshark.org/review/1928
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2014-06-03 07:53:04 +02:00
parent f9f3cf09de
commit fbf1873748
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ extern void add_udp_process_info(guint32 frame_num, address *local_addr, address
*/
WS_DLL_PUBLIC guint32 get_udp_stream_count(void);
extern void decode_udp_ports(tvbuff_t *, int, packet_info *,
WS_DLL_PUBLIC void decode_udp_ports(tvbuff_t *, int, packet_info *,
proto_tree *, int, int, int);
#endif