summaryrefslogtreecommitdiff
path: root/net/ethereal/files/patch-ab
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-01-26 20:21:16 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-01-26 20:21:16 +0000
commite4c00e51427379cabde037c035505b65e54c7181 (patch)
treed3f01505e1450b1c8679c62f32d1d51112a0475d /net/ethereal/files/patch-ab
parentuclmmbase is in devel, not mbone. (diff)
Upgrade to 0.8.2, including a vendor patch (patch-ab) which temporaily fixes
'tethereal' (a tcpdump-like program) until 0.8.3 can be released.
Notes
Notes: svn path=/head/; revision=25098
Diffstat (limited to 'net/ethereal/files/patch-ab')
-rw-r--r--net/ethereal/files/patch-ab21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/ethereal/files/patch-ab b/net/ethereal/files/patch-ab
new file mode 100644
index 000000000000..30730d8f1db6
--- /dev/null
+++ b/net/ethereal/files/patch-ab
@@ -0,0 +1,21 @@
+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;