aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-14 01:26:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-14 01:26:59 +0000
commit3cfc37b21273dca8513d4f4b4a222486a81d739f (patch)
tree0167e5832fc65d745e7760ce78731d39202413b4 /net/wireshark/files
parent527e88b58922d0d865af987d788f2e65aff1b9b1 (diff)
Notes
Diffstat (limited to 'net/wireshark/files')
-rw-r--r--net/wireshark/files/patch-plugins_mate_mate.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/wireshark/files/patch-plugins_mate_mate.h b/net/wireshark/files/patch-plugins_mate_mate.h
deleted file mode 100644
index 5b6360f48781..000000000000
--- a/net/wireshark/files/patch-plugins_mate_mate.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);