aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2002-09-07From Jouni Malinen, bug fix for EAP NAK packets.Ronnie Sahlberg1-0/+1
svn path=/trunk/; revision=6223
2002-09-06From Hannes Gredler: decode the sample rate factor in cflowd5 headers.Guy Harris1-0/+1
svn path=/trunk/; revision=6200
2002-09-05Added a mutex to protect a critical region in Gtk2 where the list can beRonnie Sahlberg1-0/+1
modified while the draw thread is walking it. Changed the cmdline switch to -z so the same one can be used both for ethereal and tethereal. Updated man pages to reflect the RPCSTAT feature. (Try this with Tools/Statistics/ONC-RPC/RTT and load a capture containing onc-rpc. ) svn path=/trunk/; revision=6189
2002-09-04From Matthew Smart: Cisco NetFlow protocol support.Guy Harris1-0/+4
svn path=/trunk/; revision=6178
2002-09-03From Ulf Lamping, support for ieee float/double types in dce-rpcRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=6171
2002-09-01Update my email.Olivier Abad1-1/+1
svn path=/trunk/; revision=6166
2002-08-29From Ulf Lamping: change some #define names to avoid name collisions onGuy Harris1-0/+2
Windows that cause compiler warnings. svn path=/trunk/; revision=6129
2002-08-29Interbase dissector added for Uwe GirlichUwe Girlich1-0/+1
svn path=/trunk/; revision=6124
2002-08-28From Ulf Lamping: extend the progress dialog box to give more progressGuy Harris1-0/+1
information. Fix the types of some variables (make the file position in "read_cap_file()" a "long", as Wiretap supports "long" offsets, and make processed-packet counts in packet-processing loops "int"s, as the total packet count in a "capture_file" structure is an "int"). svn path=/trunk/; revision=6112
2002-08-27From Motonori Shindo: support forGuy Harris1-1/+1
o draft-lasserre-tls-mpls-00.txt o draft-lasserre-vkompella-ppvpn-vpls-02.txt svn path=/trunk/; revision=6100
2002-08-27Use Flavio Poletti's home e-mail address, as per his request.Guy Harris1-1/+1
svn path=/trunk/; revision=6099
2002-08-27From Hannes Gredler:Guy Harris1-6/+1
more complete support for L2VPNs as described in draft-kompella-ppvpn-l2vpn; fix a segfault in the extd_community decoder; more consistent SAFI strings (tcpdump); more robust V6 decoding (the assumption that v6 may come only in unlabeled form is wrong :-|) svn path=/trunk/; revision=6093
2002-08-26From Flavio Poletti: handle 3GPP QoS in RADIUS messages.Guy Harris1-0/+1
svn path=/trunk/; revision=6091
2002-08-26From Ulf Lamping:Guy Harris1-0/+7
Put "bytes" after the byte counts for the frame sizes in the top-level item for the "Frame" protocol, to make it clearer what they refer to. Put the source and destination MAC addresses into the top-level item for Ethernet. svn path=/trunk/; revision=6090
2002-08-24From Hannes Gredler:Guy Harris1-0/+3
Basic support for AFI & Extd communities in draft-kompella-ppvpn-l2vpn More robust handling for unknown AFIs in BGP MP(UN)REACH NLRIs Fix typos. svn path=/trunk/; revision=6079
2002-08-24From Marcus Haebler: handle a sub-protocol field of 0x00 as PPP.Guy Harris1-0/+4
Merge all the cases for handling PPP together. svn path=/trunk/; revision=6078
2002-08-23From Flavio Poletti: fix bug in decoding of maximum uplink and downlinkGuy Harris1-0/+6
rate in GTP v1 (they were swapped). svn path=/trunk/; revision=6070
2002-08-19Add Brian Bruns as the author of the tds dissector.Jörg Mayer1-0/+4
svn path=/trunk/; revision=6026
2002-08-18From Bill Studenmund: fix handling of SCSI mode sense.Guy Harris1-2/+6
Fix Yasuhiro Shirasaki's e-mail address, and [AT]ify Vassilii Khachaturov's address. svn path=/trunk/; revision=6014
2002-08-18From Vassilii Khachaturov: put protocol blurbs into tables generatedGuy Harris1-0/+5
with the "-G fields" flag. In the scripts to process that output, handle FT_UINT64, FT_INT64, and FT_UINT_STRING. svn path=/trunk/; revision=6012
2002-08-18From ENDOH Akira:Gerald Combs1-0/+2
- displaying PPP datalink layer protocol names based on iana database: http://www.iana.org/assignments/ppp-numbers - dissecting MPLSCP and CDPCP - dissecting CDP over PPP svn path=/trunk/; revision=6011
2002-08-15LDP VC FEC dissection fix, from Motonori Shindo.Guy Harris1-0/+1
svn path=/trunk/; revision=5999
2002-08-15From Jian Yu:Guy Harris1-2/+1
a small fix for displaying unrecognized capabilities; ORF support (draft-ietf-idr-route-filter-06.txt). svn path=/trunk/; revision=5998
2002-08-14CPHA support, from Yaniv Kaul.Guy Harris1-0/+1
svn path=/trunk/; revision=5994
2002-08-09From Randy McEoin: Xyplex terminal server protocol support.Guy Harris1-0/+1
svn path=/trunk/; revision=5975
2002-08-09From Tom Uijldert: WTP TPI dissection, and reindentation.Guy Harris1-0/+1
svn path=/trunk/; revision=5973
2002-08-08From Alfred Koebler: support for interpreting Ethernet captures asGuy Harris1-0/+6
CheckPoint FireWall-1 monitor files (those files look like snoop files for Ethernet). svn path=/trunk/; revision=5969
2002-08-05From Jan Kratochvil: fix MMSE handling of strings with specifiedGuy Harris1-0/+4
character set. svn path=/trunk/; revision=5951
2002-08-04From Hidetaka Ogawa: fix PPP FCS computation to include address andGuy Harris1-0/+5
control field if present. Add Sergei Shokhor to the contributor list in the Ethereal man page. svn path=/trunk/; revision=5949
2002-08-04From Sergei Shokhor, bug in EPM dissectorRonnie Sahlberg1-0/+5
svn path=/trunk/; revision=5946
2002-08-01Fix a few more memleaks found by valgrind (all derivingJörg Mayer1-0/+1
from the get_persconffile_path mess). svn path=/trunk/; revision=5927
2002-07-31From Jim McDonough: support for LsaQueryInformationPolicy2 in the LSAGuy Harris1-0/+4
dissector. svn path=/trunk/; revision=5924
2002-07-31From Mike Frisch: fix a problem with decoding the AUTHORIZE call.Guy Harris1-1/+1
Update his e-mail address in the AUTHORS file while we're at it. svn path=/trunk/; revision=5923
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.Guy Harris1-0/+1
svn path=/trunk/; revision=5922
2002-07-31From Chris Waters: check 802.11 FCS if present.Guy Harris1-0/+1
svn path=/trunk/; revision=5918
2002-07-30From Graeme Hewson:Guy Harris1-0/+1
Ethereal sometimes creates a progress dialog bar and then, if the processing is fast, quickly destroys it. The resulting "flash" can be disconcerting. This set of patches ensures a progress bar is either not created or is displayed for a minimum time. svn path=/trunk/; revision=5916
2002-07-20From Prabhakar Krishnan: add item to SMB protocol tree for time betweenGuy Harris1-0/+5
request and response. svn path=/trunk/; revision=5895
2002-07-19From Richard Urwin: fixes for README.plugins.Guy Harris1-6/+7
Combine the two entries for Anand Narwani in the AUTHORS file and the Ethereal man page list of contributors. svn path=/trunk/; revision=5893
2002-07-16From Joerg Mayer: add #includes of "snprintf.h" in modules that usedGuy Harris1-0/+1
"snprintf()" but weren't including "snprintf.h". svn path=/trunk/; revision=5887
2002-07-12From Anand V. Narwani:Guy Harris1-2/+7
DOCSIS support, including support for "Ethernet" captures where the raw frame is a DOCSIS frame rather than an Ethernet frame (some Cisco cable-modem head-end gear can send out a trace of all traffic on an Ethernet, but what it sends are the raw bytes of DOCSIS frames, not Ethernet frames) Get rid of second AUTHORS entry for Devin Heitmueller, merging its item into the older entry. Clean up the order of some lists of plugin items. svn path=/trunk/; revision=5861
2002-07-10From Thierry Pelle: Redback vendor-specific items for RADIUS and L2TP.Guy Harris1-0/+1
svn path=/trunk/; revision=5856
2002-07-09Added Devin for NTLMSSP dissector.Tim Potter1-0/+4
svn path=/trunk/; revision=5849
2002-07-08Desegmentation of multi-TCP-segment TNS messages (and support forGuy Harris1-1/+1
multiple TNS messages per TCP segment), from Bernd Becker. svn path=/trunk/; revision=5844
2002-07-07From Liviu Daia <Liviu.Daia[AT]imar.ro>: move "col_init()" call afterGuy Harris1-0/+5
the command-line options are processed, so that we don't crash if you've set the "column.format" preference from the command line. Fix a grammaro in a comment. svn path=/trunk/; revision=5838
2002-07-06From Nix:Guy Harris1-0/+5
Don't add "-I/usr/include" to CFLAGS or CPPFLAGS; GCC 3.1 warns about it, and it's not necessary. Expand the plugin directory path used for installation at installation time, rather than configuration time, so the user can reset "prefix" at installation time. svn path=/trunk/; revision=5828
2002-07-03From Devin Heitmueller: treat the "send buffer length" in SMB RAPGuy Harris1-0/+2
messages as being present in the packet. svn path=/trunk/; revision=5816
2002-06-29From Didier Gautheron:Guy Harris1-0/+1
Add Zone Information Protocol support. Rename "ddp.dst.socket" and "ddp.src.socket" to "ddp.dst_socket" and "ddp.src_socket", as the socket number is no longer considered part of the DDP address. svn path=/trunk/; revision=5800
2002-06-28From Hannes Gredler: fix display of one-byte NETs in ISIS dissector.Guy Harris1-0/+1
svn path=/trunk/; revision=5786
2002-06-28From Hannes Gredler: fix display of OSI system IDs to use a dot ratherGuy Harris1-0/+2
than a dash before the PSN byte; the dash is typically only used to demarcate the fragment. svn path=/trunk/; revision=5785
2002-06-28Add Apache JServ 1.3 dissector, from Christopher K. St. John.Gerald Combs1-0/+4
svn path=/trunk/; revision=5782