Fix the build on 4.X.
Reported by: dhw
This commit is contained in:
parent
5c29a19e1b
commit
4f36a34d74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127582
2 changed files with 22 additions and 0 deletions
11
net/ethereal/files/patch-plugins_mate_mate.h
Normal file
11
net/ethereal/files/patch-plugins_mate_mate.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- plugins/mate/mate.h.orig Fri Jan 28 20:21:03 2005
|
||||
+++ plugins/mate/mate.h Fri Jan 28 20:29:36 2005
|
||||
@@ -324,7 +324,7 @@
|
||||
extern void initialize_mate_runtime(void);
|
||||
extern mate_pdu* mate_get_pdus(guint32 framenum);
|
||||
extern void mate_analyze_frame(packet_info *pinfo, proto_tree* tree);
|
||||
-extern int mate_packet(void* _U_, packet_info* _U_, epan_dissect_t* _U_,const void* _U_);
|
||||
+extern int mate_packet(void *prs _U_, packet_info* tree _U_, epan_dissect_t *edt _U_,const void *dummy _U_);
|
||||
|
||||
/* from mate_setup.c */
|
||||
extern mate_config* mate_make_config(guint8* filename);
|
11
net/wireshark/files/patch-plugins_mate_mate.h
Normal file
11
net/wireshark/files/patch-plugins_mate_mate.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- plugins/mate/mate.h.orig Fri Jan 28 20:21:03 2005
|
||||
+++ plugins/mate/mate.h Fri Jan 28 20:29:36 2005
|
||||
@@ -324,7 +324,7 @@
|
||||
extern void initialize_mate_runtime(void);
|
||||
extern mate_pdu* mate_get_pdus(guint32 framenum);
|
||||
extern void mate_analyze_frame(packet_info *pinfo, proto_tree* tree);
|
||||
-extern int mate_packet(void* _U_, packet_info* _U_, epan_dissect_t* _U_,const void* _U_);
|
||||
+extern int mate_packet(void *prs _U_, packet_info* tree _U_, epan_dissect_t *edt _U_,const void *dummy _U_);
|
||||
|
||||
/* from mate_setup.c */
|
||||
extern mate_config* mate_make_config(guint8* filename);
|
Loading…
Reference in a new issue