summaryrefslogtreecommitdiff
path: root/net/wireshark/files/patch-ab
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-02-02 02:14:35 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-02-02 02:14:35 +0000
commit9b850f003248545b0f9f42a31e810acb42a1fc6f (patch)
treebc4c5d4ae6077d8ab1c66b2fc2596b532c5d3a30 /net/wireshark/files/patch-ab
parentUpdate to version 0.2 (diff)
Upgrade to 0.8.3 which obsoletes patches/patch-ab
Notes
Notes: svn path=/head/; revision=25402
Diffstat (limited to '')
-rw-r--r--net/wireshark/files/patch-ab21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/wireshark/files/patch-ab b/net/wireshark/files/patch-ab
deleted file mode 100644
index 30730d8f1db6..000000000000
--- a/net/wireshark/files/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: tethereal.c
-===================================================================
-RCS file: /usr/local/cvsroot/ethereal/tethereal.c,v
-retrieving revision 1.15
-diff -c -r1.15 tethereal.c
-*** tethereal.c 2000/01/24 05:13:45 1.15
---- tethereal.c 2000/01/26 05:26:50
-***************
-*** 458,463 ****
---- 458,469 ----
- int err, inpkts;
- char errmsg[1024+1];
-
-+ /* Initialize the table of conversations. */
-+ conversation_init();
-+
-+ /* Initialize protocol-specific variables */
-+ init_all_protocols();
-+
- ld.linktype = WTAP_ENCAP_UNKNOWN;
- ld.pdh = NULL;