aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2006-08-18from stephen fRonnie Sahlberg1-0/+1
new protocol: veritas low latency transport --- Attached is a patch file that adds a new dissector for the LLT protocol (Veritas Low Level Transport, used for server clustering).  They use ethertype 0xCAFE even though it isn't assigned to them :(.  There are other fields and possibly other message types directly between servers it does not yet dissect as no one outside of Veritas knows what they are.  This dissector understands the one people will run across most - multiple servers broadcasting these heartbeats all over the place.  I figured out these fields through many Internet searches. I will add the protocol to the Wiki after it is committed. Thanks,  Steve svn path=/trunk/; revision=18944
2006-08-15Mark Lewis <mlewis@altera.com>Jörg Mayer1-1/+5
I have developed a plugin for Pro-MPEG FEC packets over RTP (see previous posts on ethereal-dev). I have added a page and example capture file to the Wiki (http://wiki.wireshark.org/2dParityFEC). The source and Windows makefile for the plugin are attached. Unfortunately I do not have access to other systems so this plugin has been tested on Windows only. The attached version of my plug-in has only had the copyright header added. I will translate this into a proper dissector rather than a plug-in as requested, but this may take a little time as I have a lot of other things to do at the moment. Me: Convert into a normal dissector Reorder / reformat code a bit Added Marks name to the top of the file. svn path=/trunk/; revision=18908
2006-08-03Credit Jakob Bratkovic with multicast stream analysis support.Gerald Combs1-0/+4
svn path=/trunk/; revision=18831
2006-07-22 from ian abelRonnie Sahlberg1-0/+1
Hi, The attached file should fix the following two bugs in the AJP dissector. 1) The dissector doesn't know about CPING/CPONG 2) The dissector misinterprets multiple requests in one connection if a prior request has a Body request part. svn path=/trunk/; revision=18780
2006-07-14new protocol PANA fromRonnie Sahlberg1-0/+4
Peter Racz svn path=/trunk/; revision=18733
2006-07-13from Krzysztof BurghardtRonnie Sahlberg1-0/+4
KISMET protocol support svn path=/trunk/; revision=18728
2006-07-13Francesco Fondelli:Anders Broman1-0/+1
Protocol Extensions for Support of Diffserv-aware MPLS Traffic Engineering (DSTE) as per RFC 4124. svn path=/trunk/; revision=18727
2006-07-03from Stephen FisherRonnie Sahlberg1-1/+5
REXEC support svn path=/trunk/; revision=18642
2006-06-30from aaron christensenRonnie Sahlberg1-0/+1
fix dissection of get_auth_attr svn path=/trunk/; revision=18619
2006-06-29Some improvements to the Lua plugin:Luis Ontanon1-1/+3
- Makefile.am fix: elua_register.h generation + checking serialized - ProtoField.new(..) parameter parsing fix and changes - enabling gui_enabled() function in Lua (typo fix, thanks to Tamas Regos) svn path=/trunk/; revision=18611
2006-06-27from Authesserre SamuelRonnie Sahlberg1-0/+5
SSL updates and DTLS support svn path=/trunk/; revision=18582
2006-06-12update christoph sholz email addressRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18432
2006-06-09From Christoph WerleRonnie Sahlberg1-0/+1
fix for ieee802.11 aid svn path=/trunk/; revision=18411
2006-06-09From Thomas DreibholzRonnie Sahlberg1-0/+4
RSerPool protocol stack and four new protocols svn path=/trunk/; revision=18409
2006-06-09from Stephen FisherRonnie Sahlberg1-0/+1
make icmp timestamps more readable svn path=/trunk/; revision=18406
2006-06-02Re-UTF-8ify.Guy Harris1-0/+0
svn path=/trunk/; revision=18325
2006-06-02From Kees Cook:Anders Broman1-0/+0
A dissector for "TiVoConnect Beacon" traffic. svn path=/trunk/; revision=18308
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-1/+1
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2006-05-27initial bluetooth rfcomm dissector.Ronnie Sahlberg1-0/+4
this dissector will not yet detect when ppp is passed over the rfcomm link but the old code to detect and deescapt the ppp data is still in the dissector, though ifdeffed out to serve as inspiration when ppp over rfcomm captures are made available. the only captures i have with rfcomm are for raw serial communications so they dont contain any ppp frames. :-( svn path=/trunk/; revision=18221
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18206
2006-05-09Add the first layer of the bluetooth stack dissecting the hci h4 single byteRonnie Sahlberg1-0/+4
refactyored from the affix patch by Christoph Scholz svn path=/trunk/; revision=18112
2006-04-27From Diego Petteno and Daniel Black: add more libraries to the list ofGuy Harris1-0/+1
libraries with which we link libethereal, fixing the reopened bug 878. svn path=/trunk/; revision=18019
2006-04-23From Diego Petteno: link the shared libethereal against the ADNSGuy Harris1-0/+1
library. If that's not done, it leaves to ethereal or other binaries using it the job of linking adns within them. This behaviour is unreliable and breaks when using the --as-needed flag for GNU ld (version 2.16 or better 2.17). svn path=/trunk/; revision=17969
2006-04-16Re-UTF-8-ify.Guy Harris1-0/+0
svn path=/trunk/; revision=17879
2006-03-31From Francesco Fondelli:Anders Broman1-0/+0
you find attached a patch for dissecting MPLS OAM pdus as defind in Y.1711 ITU-T doc. svn path=/trunk/; revision=17779
2006-03-27Add W. Borgert to Authors.Anders Broman1-0/+0
svn path=/trunk/; revision=17738
2006-03-24From Ravi ValmikamAnders Broman1-0/+1
1. Decode A11 Session Update message 2. Decode A10 3GPP2 (GRE Payload Type 0x88D2) packets with the following attributes - Flow Control - Segmentation - SDI Indicator - Flow Discriminator svn path=/trunk/; revision=17717
2006-02-22 from kirby filesRonnie Sahlberg1-0/+1
ppp/bpdu update svn path=/trunk/; revision=17367
2006-02-12Re-UTF-8-ify.Guy Harris1-0/+0
svn path=/trunk/; revision=17266
2006-02-04Paolo AbeniJörg Mayer1-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] svn path=/trunk/; revision=17156
2006-02-01From Greg Morris:Anders Broman1-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. svn path=/trunk/; revision=17139
2006-01-03Du Bingyao:Jörg Mayer1-0/+3
New OICQ dissector. Me: removed some not needed variables and some unneeded includes. svn path=/trunk/; revision=16940
2005-12-23from eric wedelRonnie Sahlberg1-1/+5
kpasswd over tcp support svn path=/trunk/; revision=16885
2005-12-22From Bill Meier:Gerald Combs1-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 svn path=/trunk/; revision=16874
2005-12-18Indent authors' e-mail addresses with tabs (so the list is properlyGuy Harris1-7/+7
aligned in the About box). svn path=/trunk/; revision=16850
2005-12-18Use tabs to indent all credits.Guy Harris1-36/+36
svn path=/trunk/; revision=16849
2005-12-18Re-UTF-8ify.Guy Harris1-0/+0
svn path=/trunk/; revision=16848
2005-12-14From Jaap Keuter:Anders Broman1-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 svn path=/trunk/; revision=16801
2005-12-12Dissect the management protocol between 3com Netjack200 devices and theJörg Mayer1-0/+2
Windows managment application. svn path=/trunk/; revision=16760
2005-12-09Add Deepak Jain as author of Next Hop Resolution ProtocolAnders Broman1-0/+1
svn path=/trunk/; revision=16746
2005-12-05From Kyle J HarmsRonnie Sahlberg1-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 svn path=/trunk/; revision=16681
2005-11-26from Martin MRonnie Sahlberg1-0/+1
ppp chap updates svn path=/trunk/; revision=16608
2005-11-23Add Stig Bjørlykke as author of CDT (CompressedDataType) support Anders Broman1-1/+1
svn path=/trunk/; revision=16568
2005-11-23Fix a couple of mangled UTF-8 names.Guy Harris1-6/+3
"cfs 2895" was a typo - combine the two entries for cjs2895 [AT] hotmail.com. svn path=/trunk/; revision=16563
2005-11-16add the rest of Graeme Lunts patchRonnie Sahlberg1-0/+11
svn path=/trunk/; revision=16520
2005-11-09From Andrei EmeltchenkoAnders Broman1-1/+2
I have added new RTCP POC fields as OMA standard says. With some additions. svn path=/trunk/; revision=16452
2005-11-07From Stig BjørlykkeAnders Broman1-0/+5
A new dissector for P_Mul (ACP142) http://www.jcs.mil/j6/cceb/acps/Acp142.pdf svn path=/trunk/; revision=16417
2005-11-04From Menno AndriesseRonnie Sahlberg1-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 svn path=/trunk/; revision=16390
2005-10-28From Mike FrischRonnie Sahlberg1-0/+1
New protocol : PVFS2 Example captures for fuzz testing can be found in Mikes email of Oct 7 svn path=/trunk/; revision=16352
2005-10-25From Martin AndréAnders Broman1-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 svn path=/trunk/; revision=16302