diff options
author | marcus <marcus@FreeBSD.org> | 2005-01-29 09:36:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-01-29 09:36:08 +0800 |
commit | 3d855661c01d7a4e8a2ab258d5d0111eeab9eabb (patch) | |
tree | e202dbf6796238cfda0e0552eb86c3c661c8e3b8 /net/wireshark | |
parent | 7616a8be99b670a629119e6e13be42acc8ed2875 (diff) | |
download | freebsd-ports-gnome-3d855661c01d7a4e8a2ab258d5d0111eeab9eabb.tar.gz freebsd-ports-gnome-3d855661c01d7a4e8a2ab258d5d0111eeab9eabb.tar.zst freebsd-ports-gnome-3d855661c01d7a4e8a2ab258d5d0111eeab9eabb.zip |
Fix the build on 4.X.
Reported by: dhw
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/files/patch-plugins_mate_mate.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/wireshark/files/patch-plugins_mate_mate.h b/net/wireshark/files/patch-plugins_mate_mate.h new file mode 100644 index 000000000000..5b6360f48781 --- /dev/null +++ b/net/wireshark/files/patch-plugins_mate_mate.h @@ -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); |