aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2002-01-23From Ronnie Sahlberg: add support for finding the response that matchesGuy Harris1-0/+2
a request. svn path=/trunk/; revision=4600
2002-01-21From Andrew Feren:Guy Harris1-1/+1
The original checkinstall assumed /usr/local as the GTK+ install install directory even if an alternate directory directory was specified when configure was run. checkinstall now checks for GTK+ in the configured directory and punts (checks if gtk-config is in the path) if it doesn't find GTK+ in the configured location. svn path=/trunk/; revision=4595
2002-01-21From Andrew Feren - don't use what is presumably a GNU find-specificGuy Harris1-0/+1
option in the find command in mkpkg, to make it work with the Solaris find. svn path=/trunk/; revision=4594
2002-01-21Fixes to EtherPeek file reader code, from Alan Harrison.Guy Harris1-0/+4
svn path=/trunk/; revision=4593
2002-01-21From Ricardo Barroetave�a: support for all TLVs and messages in RFCGuy Harris1-0/+4
3036. svn path=/trunk/; revision=4590
2002-01-18Support for hex dump mode in "Follow TCP Stream" window showing hex andGuy Harris1-0/+2
ASCII data, from Jirka Novak. svn path=/trunk/; revision=4564
2002-01-16SCTP support in text2pcap, and fix to usage message for "-u", fromGuy Harris1-0/+1
Michael Tuexen. Documentation of SCTP support in text2pcap, from me. svn path=/trunk/; revision=4553
2002-01-15Collapse the two entries for Mark Burton into one.Guy Harris1-4/+1
svn path=/trunk/; revision=4550
2002-01-12From Ronnie Sahlberg: file handle to file name resolution in NFS andGuy Harris1-0/+1
related protocols. svn path=/trunk/; revision=4533
2002-01-11From Jirka Novak:Guy Harris1-0/+8
Support for generating filter expressions based on packet list column values Support for adding filter expressions generated from column or protocol tree field values to the current expression rather than replacing the current expression svn path=/trunk/; revision=4522
2002-01-10From Nagarjuna Venna: only display the reason in BYE RTCP packets ifGuy Harris1-0/+4
it's present. svn path=/trunk/; revision=4518
2002-01-10SCSI dissector, and changes to make the iSCSI dissector use it, fromGuy Harris1-0/+5
Dinesh Dutt. svn path=/trunk/; revision=4508
2002-01-04WTP reassembly, from Tom Uijldert.Guy Harris1-0/+1
svn path=/trunk/; revision=4480
2002-01-04From Hamish Moffatt:Guy Harris1-0/+3
Add some missing files in the "clean" targets. Use pod2html rather than man2html to build HTML man pages. Fix ethereal.nsi.in for recent versions of NSIS, and fix a typo. svn path=/trunk/; revision=4475
2002-01-03Make the "go" member of the "loop_data" structure in Ethereal aGuy Harris1-0/+2
"gboolean", as it's a Boolean value, and move it to the beginning of the structure in Tethereal, as it is in Ethereal. From Graeme Hewson: Check for "pcap_dispatch()" returning -1, meaning an error occurred; if it does, stop capturing, and report the error. If we get a signal in tethereal, stop the capture with a "longjmp()", rather than by clearning the "go" flag; "pcap_dispatch()", on many platforms, keeps reading rather than returning a captured packet count of 0 if the system call to read packets returns -1 with an errno of EINTR, so the "pcap_dispatch()" won't be broken out of if the signal handler returns. Fix a typo in an error message. svn path=/trunk/; revision=4471
2002-01-03PPP multiplexing support, from Jayaram V.R.Guy Harris1-0/+4
svn path=/trunk/; revision=4469
2002-01-03From Albert Chin: simplify some autoconf code - AC_CHECK_FUNC can, byGuy Harris1-0/+1
itself, be made to run some code only if the function isn't found, there's no need to check the result yourself. svn path=/trunk/; revision=4468
2002-01-03From Albert Chin: eliminate a GCCism.Guy Harris1-0/+1
svn path=/trunk/; revision=4467
2001-12-28From Ronnie Sahlberg: add time between request and reply as a field toGuy Harris1-0/+1
ONC RPC replies. svn path=/trunk/; revision=4457
2001-12-26DLSw support, from Paul Ionescu.Guy Harris1-0/+1
svn path=/trunk/; revision=4449
2001-12-23From Ronnie Sahlberg: initial NDMPv3 support, and an update to hisGuy Harris1-1/+2
e-mail address. svn path=/trunk/; revision=4444
2001-12-19Van Jacobson decompression support for PPP, from Irfan Khan.Guy Harris1-0/+1
svn path=/trunk/; revision=4427
2001-12-19From Bernd Becker: don't clear COL_INFO until the GIOP subdissecrors areGuy Harris1-0/+3
fixed to put something interesting there, fix the GIOP dissector to restore the Protocol column if no heuristic dissector succeeded, and fix up the plugin GIOP subdissectors to use "col_set_str()" to set the Protocol column. svn path=/trunk/; revision=4424
2001-12-17From Irfan Khan: fix a couple of bugs in the pppdump reader.Guy Harris1-0/+4
svn path=/trunk/; revision=4414
2001-12-16M2TP support, from Heinz Prantner.Guy Harris1-0/+4
svn path=/trunk/; revision=4409
2001-12-15Support for LOCATION_FORWARD, LOCATION_FORWARD_PERM andGuy Harris1-0/+5
NEEDS_ADDRESSING_MODE replies in GIOP, from Bernd Becker. svn path=/trunk/; revision=4401
2001-12-12From Motonori Shindo: delete installed data files on a WindowsGuy Harris1-0/+1
uninstallation. svn path=/trunk/; revision=4388
2001-12-12From Motonori Shindo:Guy Harris1-0/+3
fix a bogus batch mode inference rule of make, so that "vc60.pdb" files are created in the proper directory; delete ".pdb" files in a "nmake -f Makefile.nmake clean"; include the text2pcap and mergecap ".pdb" files in the Windows binary distribution. svn path=/trunk/; revision=4385
2001-12-12From Motonori Shindo: add a cast of "ip" to "guint8 *" so pointerGuy Harris1-0/+1
arithmetic can be done on it. svn path=/trunk/; revision=4384
2001-12-11Update mtp3 dissector. Add mtp2 dissector.Gilbert Ramirez1-0/+1
From ichael Tuexen <Michael.Tuexen@micmac.franken.de> svn path=/trunk/; revision=4382
2001-12-09From Gordon McKinney: make IP-over-PPP work with the TCP graph code.Guy Harris1-0/+1
svn path=/trunk/; revision=4367
2001-12-08TCP time-sequence, round-trip time, and throughput graphs, from PavelGuy Harris1-0/+4
Mores. svn path=/trunk/; revision=4360
2001-12-08From Darren New: BXXP dissector modified to be a BEEP dissector.Guy Harris1-0/+4
Handle "bxxp." preferences as "beep." preferences. svn path=/trunk/; revision=4357
2001-12-08BACP and BAP support in PPP dissector, from Motonori Shindo.Guy Harris1-0/+1
svn path=/trunk/; revision=4356
2001-12-07From Tom Uijldert: WSP/MMSE changes to handle multipart-content:Guy Harris1-0/+1
packet-wsp.[ch]: - Proper parameter-dissection - Now handles multipart content - Exports content-type & multipart-dissection - Attach a sub-dissector based on content-type packet-mmse.c: - Dissecting message-content added - Registers with WSP based on content-type. svn path=/trunk/; revision=4353
2001-12-06From Motonori Shindo: get rid of "send output to /dev/null" hack inGuy Harris1-0/+2
Ascend/Lucent trace reading code's Flex scanner. svn path=/trunk/; revision=4346
2001-12-05From Taisuke Sasaki: fix the handling of the metric and referenced LSGuy Harris1-1/+1
type fields in OSPFv3 packets. Clean up white space. svn path=/trunk/; revision=4338
2001-12-05From Tim Potter: add the DOS error for "file already exists" on aGuy Harris1-0/+1
rename. svn path=/trunk/; revision=4333
2001-12-04Support for reading Visual Networks traffic capture files, from TomGuy Harris1-0/+4
Nisbet. Make a comment in "wiretap/file.c" clearer, so people know where to put the entries for their capture file type. svn path=/trunk/; revision=4328
2001-12-04From Motonori Shindo: fix Ascend/Lucent trace reading code to handleGuy Harris1-0/+2
later trace formats that have an ASCII dump at the end of the line. svn path=/trunk/; revision=4327
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-0/+7
duration, from Thomas Wittwer and Matthias Nyffenegger. svn path=/trunk/; revision=4322
2001-12-04From Thomas Wittwer: remove unnecessary calls toGuy Harris1-0/+1
"prefs_module_foreach()". svn path=/trunk/; revision=4321
2001-12-03Update of M2PA support to draft 3, from Michael Tuexen.Guy Harris1-0/+1
svn path=/trunk/; revision=4316
2001-12-03SMPP support, from Tom Uijldert.Guy Harris1-0/+1
svn path=/trunk/; revision=4315
2001-12-02From John McDermott:Guy Harris1-0/+1
Adds an "Add Expression..." button to the color filter creation dialog. Improve the look of the "Add color to protocols" window. Clean up some ugly code. Give John credit in the AUTHORS file for the coloring stuff. svn path=/trunk/; revision=4301
2001-11-28Support for 802.11+Prism II monitor-mode link-layer headers, fromGuy Harris1-0/+4
Tim Newsham. Add in missing item for WTAP_ENCAP_CISCO_IOS in the Wiretap encapsulation type table. svn path=/trunk/; revision=4290
2001-11-28OSPFv3 checksum fix, from Taisuke Sasaki.Guy Harris1-0/+4
svn path=/trunk/; revision=4289
2001-11-27WCCP capability info dissection bug fix, from Raghu Angadi.Guy Harris1-0/+4
svn path=/trunk/; revision=4275
2001-11-24Assume that a.stockmeier[AT]avm.de, a/k/a "stocki", is the AndreasGuy Harris1-1/+1
Stockmeier listed as the contact in http://www.isi.edu/in-notes/iana/assignments/enterprise-numbers for the private enterprise number 872, with the e-mail address "stocki@avm-berlin.de". svn path=/trunk/; revision=4257
2001-11-24Fix to text2pcap to handle colons after offset field, from GordonGuy Harris1-0/+1
McKinney. svn path=/trunk/; revision=4256