aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2006-02-22 from kirby filessahlberg1-0/+1
ppp/bpdu update git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17367 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-12Re-UTF-8-ify.guy1-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17266 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-04Paolo Abenijmayer1-0/+0
I have developed an external plugin to enable ssl decryption in ethereal. Me - Remove unnecessary $Id$ from acinclude.m4 - Added packet-ssl-utils.h to Makefile.common - Fixed a few warnings TODO - Lots of warning fixes (see separate mail) - Reformat function headers to read like the others do (return value<newline>function-name...) - Test on Windows platform - Review the patch to packet-ssl.c and new files packet-ssl-utils.[hc] git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17156 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-01From Greg Morris:etxrab1-0/+0
epan/dissectors/ncp2222.py - Fixes the NCP group values for all NCP's. Also fixes some additional return values and cleanup. gtk/ncp_stat.c - Fixes the NCP group values for SRT. gtk/service_response_time_table.c: The SRT is broken if you hit the reload button or apply a filter. The table isn't cleared so each item in the list is duplicated and the second entries remain with initial values. This patch clears the GTK_CLIST so that the redundant entries no longer appear. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17139 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-03Du Bingyao:jmayer1-0/+3
New OICQ dissector. Me: removed some not needed variables and some unneeded includes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16940 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-23from eric wedelsahlberg1-1/+5
kpasswd over tcp support git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16885 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-22From Bill Meier:gerald1-0/+1
After investigating the time-sequence graphs (Stevens and tcptrace) produced using an FTP capture file supplied by Eduardo Segura (see http://www.ethereal.com/lists/ethereal-users/200512/msg00153.html ) I've identified several problems in tcp_trace.c. The problems mostly involve incorrect determination of the lower/upper sequence number bounds (for the Y axis) in certain cases (e.g. having to do with 'partial' conversations). I've reworked the '...get_bounds' code to handle cases such as: 1. out of order data segments (e.g.: the first segment in a captured conversation has a higher sequence number than a later segment); 2. 'ack' sequence numbers for initial ack segments in a conversation lower than the sequence numbers of the initial data segments; 3. maximum 'ack + win' sequence number in a conversation greater than the max data sequence number; 4. Stevens graph: only use data segment sequence numbers when determining bounds; 5. TCP RST packet without 'ack' flag: do not try to use the 'ack' seq num from the packet in this case. (This was the specific cause of the originally reported problem). I've also reworked the tcptrace display code slightly to properly handle the initial ack packet of a sequence; As an example of the some of the fixes the Ethereal tcptrace style graph of the following conversation fragment will now be similar to the graph produced by Tcptrace. data: seq 10000 len 100 data: seq 10100 len 200 ack: ack 5000 win 6000 ack: ack 5400 win 5600 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16874 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-18Indent authors' e-mail addresses with tabs (so the list is properlyguy1-7/+7
aligned in the About box). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16850 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-18Use tabs to indent all credits.guy1-36/+36
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16849 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-18Re-UTF-8ify.guy1-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16848 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-14From Jaap Keuter:etxrab1-0/+0
> Two patch files are attached adding UDP-Lite dissection to the UDP > dissector. Wiki page is available at the normal location, including > sample captures courtesy of Gerrit Renker of the University of > Aberdeen Electronics Research Group. The patch has been tested with > both the sample captures and Fuzz test. And add Marc Petit-Huguenin to AUTHORS git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16801 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-12Dissect the management protocol between 3com Netjack200 devices and thejmayer1-0/+2
Windows managment application. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16760 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-09Add Deepak Jain as author of Next Hop Resolution Protocoletxrab1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16746 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-05From Kyle J Harmssahlberg1-0/+4
New protocol : CIGI (with minor updates to make it heuristic) Hi, This patch is for a CIGI dissector (complete versions 2 and 3).  It has been [fuzz] tested on GNU/Linux using the Ethereal 0.10.13 codebase. However, the patch here is against the svn repository. More information about CIGI can be found at http://cigi.sourceforge.net/ Kyle Harms git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16681 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-26from Martin Msahlberg1-0/+1
ppp chap updates git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16608 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-23Add Stig Bjørlykke as author of CDT (CompressedDataType) support etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16568 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-23Fix a couple of mangled UTF-8 names.guy1-6/+3
"cfs 2895" was a typo - combine the two entries for cjs2895 [AT] hotmail.com. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16563 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-16add the rest of Graeme Lunts patchsahlberg1-0/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16520 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-09From Andrei Emeltchenkoetxrab1-1/+2
I have added new RTCP POC fields as OMA standard says. With some additions. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16452 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-07From Stig Bjørlykkeetxrab1-0/+5
A new dissector for P_Mul (ACP142) http://www.jcs.mil/j6/cceb/acps/Acp142.pdf git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16417 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-04From Menno Andriessesahlberg1-0/+5
New protocol : STANAG 5066 I changed it from being a plugin to a builtin dissector and also changed a couple of small bugs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16390 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-28From Mike Frischsahlberg1-0/+1
New protocol : PVFS2 Example captures for fuzz testing can be found in Mikes email of Oct 7 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16352 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-25From Martin Andréetxrab1-0/+1
the attached patch implements a dissector for the Fast Handovers for Mobile IPv6 protocol (RFC4068). This patch was produced against version 0.10.13 and extends the following files: - packet-icmpv6.c - packet-ipv6.h - packet-mip6.c - packet-mip6.h git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16302 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-15Address change.obiot1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16226 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-13rvh update to authorssahlberg1-7/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16217 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-07From William Fiveashsahlberg1-0/+3
Support for PA_ENCTYPE_INFO2 and defines for new aes crypto git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16156 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-04From Rene Piltz:etxrab1-0/+11
Due to the fact that 3G Signaling appears at an undefined VPI/VCI I added a heuristics (very simple) which should take care of this fact. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16108 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-23From Kaulsahlberg1-0/+1
One of the "unknown" fields are actually a digest. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15983 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-20Francesco Fondelli; Add dcp supportjmayer1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15897 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-19Jim Young: LLDP improvementsjmayer1-0/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15879 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-15update for ospf from Senthil Kumar Nagappansahlberg1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15820 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-14From Brian Bogora:etxrab1-0/+8
Our company (Mitel) has developed an LLDP-MED plug-in for Ethereal. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15800 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-13From Piros Lucian:etxrab1-0/+8
A new dissector - cimd dissector. CIMD stands for Computer Interface to Message Distribution and it's used to transfer short messages between applications and Nokia Short Message Service Center. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15777 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-07From Manu Pathaksahlberg1-1/+1
Make RSVP tappable add hostlist and conversation listing for RSVP conversations git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15714 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-07From Metze with minor changes.sahlberg1-0/+1
New protocol NBNS Replication support git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15711 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-05Don't use curly braces in an author's log entry: it confuses the parser.obiot1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15690 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-01Add Tomer Shanietxrab1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15649 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-28From Bill Meier:guy1-0/+1
1. Use the new (good work!) 'nanosec' precision only for gig pods; 2. Rework 'struct netxray_hdr' to make it (somewhat) easier to maintain and revise: a. Declare known hdr fields such as 'captype' instead of using offsets in 'xxx placeholder' fields. d. Define 'unknown' hdr fields using placeholder names based upon hex-offset in the netxray header record. (This isn't perfect, but I hope it will make things more manageable). 3. Update hdr field info (based upon examination of various capture files): a. Define a hdr field which appears to be 'time-zone' [offset in hours from UTC] for the machine doing the capture. (Maybe this field can eventually be used for Ethereal to display the (local) time as it was at the time of the capture). b. Describe certain hdr fields as being "file offsets" (altho the exact use is still unclear). Update some comments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15603 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-22From Timo Metsala:etxrab1-0/+1
Updates the PoC floor control parsing to comply to the latest version of the specification. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15511 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-19From Matthias Drochner:sahlberg1-0/+1
I'll attach a patch which fixes the decoding of authenticated LDAP bind replies. The SASL credentials are always "context specific" in terms of ASN.1. I've tested the fix with DIGEST-MD5 authentication. (Without the patch, ethereal complains about a wrong type because it expects an ASN.a octet string.) (You might also consider a stricter check of the ASN.1 header type for the GSSAPI and GSS-SPNEGO cases, but I can't test this.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15428 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-19From Markus Seehofersahlberg1-0/+1
PTP updates git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15426 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-05From THORNTON, MATTetxrab1-0/+1
Some changes that I made to flesh out GPRS message parsing. More information is displayed about the various frame formats. I have also added some code to parse XID parameters in the U frame. I have also fixed a couple of display bugs in the GSM and GPRS LLC parser. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15224 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-04Exception handling fixes, and a fix to packet-frame.c,gram1-0/+1
from Richard van der Hoff. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15205 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-28Updated Ankur Aggarwal's entryjmayer1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15124 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-27Ankur Aggarwal:jmayer1-0/+5
IEEE 802.11 QoS decoding git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15115 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-26From fred hoekstrasahlberg1-0/+4
New protocol: DEC DNA Routing protocol git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15078 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-25From Thomas Anders:lego1-0/+1
SNMP Engine ID dissection according to RFC3411 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15073 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-23add back two entries that must have been removed by mistakesahlberg1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15006 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-19From Aboosahlberg1-0/+5
New protocol : iFCP protocol git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14957 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-11Add Jeremy j Ouelletteetxrab1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14901 f5534014-38df-0310-8fa8-9805f1628bb7