diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-29 01:36:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-29 01:36:08 +0000 |
commit | 4f36a34d74c0e7f779472384b85da629a20e4932 (patch) | |
tree | 7761169982ee3f83ce3469d56ef319105ebf18ad /net/wireshark | |
parent | 5c29a19e1b799e2d869f6d5fd5aca5029ebca7fc (diff) | |
download | ports-4f36a34d74c0e7f779472384b85da629a20e4932.tar.gz ports-4f36a34d74c0e7f779472384b85da629a20e4932.zip |
Fix the build on 4.X.
Reported by: dhw
Notes
Notes:
svn path=/head/; revision=127582
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); |