From 558e714449ea30104c2bb7f35421328125a2a24a Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Sun, 31 Oct 1999 17:46:11 +0000 Subject: Add a module to wiretap to be able to read trace files from Toshiba's line of ISDN routers. Much like the ascend reader, this module reads an ASCII hex dump of trace data. Rearranged the order in which wiretap tries trace files, to keep the ASCII-readers (ascend and toshiba) at the end, and put the binary-readers (everything else) at the front of the list. If a telnet session of and ascend trace or toshiba trace were captured near the beginning of another trace, wiretap might think the trace was ascend or toshiba if it tried that module first. Fixed the way wtap_seek_read() selects functions to call. It was using the encap type instead of the file type. We got lucky because WTAP_ENCAP_ASCEND == WTAP_FILE_ASCEND svn path=/trunk/; revision=952 --- wiretap/AUTHORS | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'wiretap/AUTHORS') diff --git a/wiretap/AUTHORS b/wiretap/AUTHORS index 27b3d0cd39..22ae4f0832 100644 --- a/wiretap/AUTHORS +++ b/wiretap/AUTHORS @@ -1,9 +1,6 @@ -Original Author --------- ------ -Gilbert Ramirez Jr. - -Contributors ------------- -Guy Harris -Olivier Abad -Gerald Combs +Authors +------- +Gilbert Ramirez Jr. +Guy Harris +Olivier Abad +Gerald Combs -- cgit v1.2.3