1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/net/ethereal/files/patch-ab
Bill Fumerola e4c00e5142 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.
2000-01-26 20:21:16 +00:00

22 lines
611 B
Plaintext

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;