aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2005-03-15ikev2 support from Shoichi SakaneRonnie Sahlberg1-0/+4
svn path=/trunk/; revision=13760
2005-03-14from Frederic Peters: bring debian package generation .deb up to dateUlf Lamping1-0/+1
I don't have the facility to test this, hopefully Frederic knows what he's doing :-) However, this was out of date since a long time ago, so can't get worse anyway... svn path=/trunk/; revision=13754
2005-03-14fix typo in name of KINK developerRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=13749
2005-03-09From Jaap Keuter: update ethereal_gen.py to generate new-style pluginGuy Harris1-0/+1
dissectors. svn path=/trunk/; revision=13681
2005-03-09From Vladimir Kondratiev:Guy Harris1-0/+1
- better parsing for TIM info element: it parses 'bitmap control' byte and provides list of AID for stations having power saving traffic. - separate names for TIM elements. It helps to higlight beacons with some properties, for example DTIM ones (dtim_count==0). svn path=/trunk/; revision=13678
2005-03-09From Ricardo Muggli: decode the voice VLAN field in CDP packets.Guy Harris1-0/+1
svn path=/trunk/; revision=13676
2005-03-08New protocol : KINKRonnie Sahlberg1-0/+4
From Taekshi Nakashima the KINK protocol svn path=/trunk/; revision=13667
2005-03-07Back out the BACnet application layer dissectin code - its use ofGuy Harris1-4/+0
recursion instead of iteration means that packets with sufficiently large lists can cause it to overflow the stack and crash. svn path=/trunk/; revision=13643
2005-03-06No, the code is the numerical value, not the vendor ID.Guy Harris1-1/+0
svn path=/trunk/; revision=13618
2005-03-06From Ben Turner: fix an addVendor() call.Guy Harris1-0/+1
svn path=/trunk/; revision=13617
2005-03-06From Herbert Lischka: implement some (not all) tags according to BACNETGuy Harris1-0/+4
application handbook. svn path=/trunk/; revision=13605
2005-03-05New Protocol : DTPRonnie Sahlberg1-0/+4
From Charlie Lenahan initial DTP support svn path=/trunk/; revision=13598
2005-03-04from Carlos PignataroRonnie Sahlberg1-0/+2
update MPLS to support MPLS Echo svn path=/trunk/; revision=13590
2005-02-15new protocol from Giles Scott : Retix spanning tree protocolRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=13408
2005-02-13Update Venna NagarjunaLuis Ontanon1-1/+2
change my own e-mail address (I'll keep the old one for two more weeks only) svn path=/trunk/; revision=13391
2005-02-10From Nicolas Dichtel via Vincent Jardin:Gerald Combs1-0/+1
Print a couple of missing fields. svn path=/trunk/; revision=13379
2005-02-10From Oleg Terletsky: AgentX support.Guy Harris1-0/+1
svn path=/trunk/; revision=13372
2005-02-09Add Tim EndeanAnders Broman1-0/+4
svn path=/trunk/; revision=13365
2005-02-05From Josh Bailey:Gerald Combs1-0/+1
Attached is an update to Lucent/Ascend trace parsing: fix a few bugs, add support for ISDN and Ethernet captures - diffs to 0.10.9. svn path=/trunk/; revision=13311
2005-02-04From Dominique Bastien: marker and OAM slow protocol support.Guy Harris1-1/+1
Fix his e-mail address. svn path=/trunk/; revision=13287
2005-02-03From Dominique Bastien: add the slow protocol MAC address to the list ofGuy Harris1-0/+1
well-known MAC addresses. svn path=/trunk/; revision=13258
2005-02-03Undo de-UTF-8ification and other damage.Guy Harris1-0/+0
svn path=/trunk/; revision=13249
2005-02-02Add Jon Ringle, at the moment I don't have the e-mail address.Anders Broman1-0/+0
svn path=/trunk/; revision=13246
2005-02-02from chris eagleRonnie Sahlberg1-0/+1
add radiobutton to allow saving raw tcpstreams these radiobuttons should, by someone that uses, this feature be changed into a menu instead. svn path=/trunk/; revision=13236
2005-02-01From Alejandro Vaquero:Lars Roland1-0/+2
h323 taps support up to 5 messages per packet now. VoIP call analysis: - Collect ISUP, SIP and H323 calls from a capture and show them in window with the following info: - Start and Stop time of the call - Init svn path=/trunk/; revision=13225
2005-01-31From Florian Lohoff: Redback SmartEdge SE400/800 tcpdump disassembly.Guy Harris1-0/+1
svn path=/trunk/; revision=13212
2005-01-28From Yoshihiro Oyama: include the names of all the IrDA plugin's .oGuy Harris1-0/+1
files in the ENABLE_STATIC plugin_ldadd list. svn path=/trunk/; revision=13186
2005-01-24Add Mutsuya IrieAnders Broman1-0/+1
svn path=/trunk/; revision=13167
2005-01-20Fix Julien Leproust's e-mail address.Guy Harris1-1/+1
svn path=/trunk/; revision=13148
2005-01-20From Julien Leproust: add heuristic dissectors' protocol names to theGuy Harris1-0/+1
layers string. Remove protocol names from the layer names string if the dissector rejects the frame. svn path=/trunk/; revision=13135
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.Guy Harris1-0/+1
svn path=/trunk/; revision=13130
2005-01-20From Jean-Baptiste Marchand: stub dissectors for rras and pnp MSRPCGuy Harris1-0/+1
interfaces. svn path=/trunk/; revision=13129
2005-01-16From Jon Ringle:Guy Harris1-0/+1
don't dissect attributes if there aren't any; put each attribute into a subtree; register the dissector by name. Use "match_strval()" to check whether the message type is a known STUN message type, and to generate the message type for the Info column. Don't use "tvb_bytes_exist()" to check when we run out of data - use the length fields from the packet. Check the sanity of those lengths, too. svn path=/trunk/; revision=13063
2005-01-15From Carlos Pignataro: Layer Two Tunneling Protocol version 3 [L2TPv3]Guy Harris1-0/+2
updates and enhancements: - Added Cookie and L2-Specific sublayer support via preferences dialog. - Added carried payload dissecting support from draft-ietf-l2tpext-pwe3-* and draft-townsley-l2tpv3-mpls-02.txt - Completed missing message types (call types) and result codes for stopccn and cdn. - Fixed conditionals for avp_vendor_id (Vendor-Specific AVPs) - Changed Pseudowire Capabilities List AVPs to use subtree instead of tab - Added numeric value of result and error codes - Added Session ID for v3 data packets and missing flags and reserved - Added version to the L2TPv3 protocol tree - Changed `Tunnel Id' to `Control Connection Id' for v3 - Fixed offset for ctrl_tree on L2TPv3 over UDP - Added `L2TPv3' in the COL_PROTOCOL and fixed handling of L2TP version svn path=/trunk/; revision=13055
2005-01-15Add an entry for Yann.Guy Harris1-0/+1
svn path=/trunk/; revision=13045
2005-01-14From Stefano Pettini: RMT support for ALC and NORM.Guy Harris1-0/+4
svn path=/trunk/; revision=13029
2005-01-09From Deepak Jain: L2TP v3 (draft 15) support.Guy Harris1-0/+4
Add VENDOR_IETF to <epan/sminmpec.h>, and add an entry for it to sminmpec_values[], so that the L2TP dissector can use them rather than defining its own copy of the private enterprise number values and table - and make it do so. svn path=/trunk/; revision=12999
2005-01-07From Mike Duigou: JXTA protocol support.Guy Harris1-1/+3
svn path=/trunk/; revision=12982
2005-01-07Doxygen cleanups, from Mike Duigou.Guy Harris1-0/+1
svn path=/trunk/; revision=12980
2005-01-07From Carlos Pignataro:Guy Harris1-0/+2
o BGPv4 SAFI-Specific Attribute support - draft-kapoor-nalawade-idr-bgp-ssa-00.txt o Tunnel SAFI support for BGP - draft-nalawade-kapoor-tunnel-safi-02.txt o Small length fix svn path=/trunk/; revision=12977
2005-01-03Change e-mail address of Olivier Biot.Olivier Biot1-1/+1
svn path=/trunk/; revision=12940
2005-01-03From James Fields and Kevin Johnson: fix the handling of time stamps inGuy Harris1-0/+8
a number of Windows Sniffer captures - apparently the time stamp units are in a field in the file header. Add a capture type value seen in at least one ATM capture. Update some comments, and add some comments. Get rid of some redundant setting of "timeunit". svn path=/trunk/; revision=12936
2004-12-26From Vincent Jardin:Gerald Combs1-0/+1
- support for new DHCPv6 options - fix for the support of OPTION_RELAY_MSG svn path=/trunk/; revision=12838
2004-12-21Giles Scott: Add Wlan tapJörg Mayer1-0/+1
svn path=/trunk/; revision=12799
2004-12-20Abhijit Menon-Sen: Postgres v3 supportJörg Mayer1-0/+4
svn path=/trunk/; revision=12795
2004-12-19Giles Scott: Port weak key detection from AirsnortJörg Mayer1-0/+4
svn path=/trunk/; revision=12772
2004-12-17From Stefan Metzmacher: basic decoding for LDAP Controls.Guy Harris1-0/+4
svn path=/trunk/; revision=12765
2004-12-15From Peter Johansson: "template" conversations - if one is recognized,Guy Harris1-0/+4
the template is left around, and a new conversation is created with the wildcards in the template un-wildcarded. svn path=/trunk/; revision=12757
2004-12-11From Victor Stratan:Olivier Biot1-0/+4
GSM SMS fixes: - Made Timezone view human readable based on 3GPP TS 23.040 V6.5.0 (9.2.3.11). - TP-UDHI field - located within bit no 6 one more place was left over from previous patch by Viorel Suman made on 9 Dec 2004. svn path=/trunk/; revision=12718
2004-12-09From Brian Caswell:Gerald Combs1-0/+1
The ACL parser will attempt to decode as many ACE structures as are specified in the ACL structure. If the number of ACE structures is sufficiently large with one of the ACE structures specifying a size of 0, then the ACL parser will parse that ACE structure repeatedly, eventually causing a denial of service to Ethereal. I've attached a diff against HEAD that corrects the problem. The diff also corrects a few decoding errors in the NT ACL & ACE structures. A pcap is attached that reproduces the problem. svn path=/trunk/; revision=12706