diff options
Diffstat (limited to 'net/wireshark/files/patch-ab')
-rw-r--r-- | net/wireshark/files/patch-ab | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/wireshark/files/patch-ab b/net/wireshark/files/patch-ab new file mode 100644 index 0000000..30730d8 --- /dev/null +++ b/net/wireshark/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; |