aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
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
2004-12-09Remove a duplicate entry.Gerald Combs1-4/+1
svn path=/trunk/; revision=12704
2004-12-09From Viorel Suman.Olivier Biot1-0/+3
Various GSM SMS fixes: - Wrong positions of the fields, located within the first octet of the GSM SMS TPDU. - One byte is skipped during RP-ERROR vs. RP-ACK detecting: Offset must be increased only when RP-ERROR is detected in order to avoid one byte skipping. - Improper dissect method is used to dissect SMS-DELIVER-REPORT. svn path=/trunk/; revision=12703
2004-12-07From Brett Kuskie: add more HTTP headers as filterable fields.Guy Harris1-0/+1
svn path=/trunk/; revision=12679
2004-12-03From Tomasz Mrugalski:Guy Harris1-0/+1
- option values updated to match RFC3898 (NIS/NIS+ options) - FQDN option added (draft-ietf-dhc-dhcpv6-opt-fqdn-00.txt) - Lifetime option added (draft-ietf-dhc-dhcpv6-opt-lifetime-00.txt) - Long lasting typo corrected (those are identiTy associations, not identiFy associations) - Fixed bug always reporting SIP DOMAIN option to be malformed (break was missing) - Domains names are now parsed (in DOMAIN_LIST, SIP_SERVER_A, NIS_DOMAIN and NISPLUS_DOMAIN options). svn path=/trunk/; revision=12663
2004-12-02From Nathan Jennings: add a preference that supplies a prefix for windowGuy Harris1-1/+1
titles. svn path=/trunk/; revision=12657
2004-12-01From Jelmer Vernooij: BitTorrent support.Guy Harris1-0/+1
svn path=/trunk/; revision=12638
2004-12-01From Marc Poulhies: fix the handling of the authentication option whenGuy Harris1-0/+1
the authentication information is missing (which it can be), and fix a typo. svn path=/trunk/; revision=12637
2004-11-30Add Susanne Edlund to authors file.Anders Broman1-0/+6
svn path=/trunk/; revision=12627
2004-11-24From Lane Hu: add support for more IPMI commands.Guy Harris1-0/+1
svn path=/trunk/; revision=12588
2004-11-24From Jeff Morriss: SSCOP over UDP and SSCF-NNI support.Guy Harris1-0/+1
svn path=/trunk/; revision=12585
2004-11-21From Bill Meier:Guy Harris1-0/+3
1. Add Preferences: a. To allow specification of a hint as to TDS protocol being decoded (Unspecified/TDS4/TDS5/TDS7/TDS8); Default: 'unspecified' The 'hint' is used only when needed to do a correct decode. If the protocol is unspecified, the decode is as previous. b. To allow specification of 'ranges' of TCP ports to be treated as 'TDS tcp ports'; i.e. if the source or destination port of a tcp connection matches a specified range, then the connection should be considered to be TDS. c. To allow specification of a hint as to whether TDS being decoded is 'little-endian' or 'big-endian'. Default: 'little-endian'. A hint is just that; E.G. if TDS7+ packets are encountered the decode is always 'little-endian'. 2, Register tcp MS SQL default ports (1433, 2433) as TDS ports ('dissector_add'). This also enables TDS as a choice for 'decode as'. 3. 'netlib_check_login_pkt' changed to check 'TDS tcp port' range(s) as entered in preferences; 4. Change 'dissect_tds_query_packet' to handle TDS4 ascii in addition to TDS7/8 UCS-16. 5. Change 'dissect_tds_rpc' to: a. handle TDS4 ascii RPC in addition to TDS7/8 UCS-16 RPC; b. handle Microsoft 'encoded' rpc_name; c. fix memory leak (not freeing memory obtained using 'tvb_fake_unicode'); 6. Change 'dissect_tds_response' to: a. handle tds4 tokens 'tds_col_name' and 'tds_col_info'; b. dissect tokens 'tds_doneinproc' and tds 'doneproc' similarly to 'tds_done' c. reclaim memory allocated for 'tds_col' structures when finished processing response (Additional memory was being allocated each time a tokenized tds5 response was processed) 7. New function 'dissect_tds_col_info_token' (similar to 'read_results_tds5') associated with handling TDS4 responses. 8. New functions 'dissect_tds_query5_packet', 'dissect_tds5_lang_token' 9. Rework TDS token size calculation; Some TDS tokens have a length field of other than 2 bytes. (e.g.: the length field for TDS_LANG_TOKEN is 4 bytes) 10. Update token definitions and usages; a. Update based upon info from current version of FreeTDS 'tds.h' as well as info from Sybase TDS5 document; example: TDS_124_TOKEN renamed to TDS_PROCID_TOKEN b. TDS_124_TOKEN [TDS_PROCID] was incorrectly not considered a 'fixed-size' token in function 'tds_is_fixed_token' svn path=/trunk/; revision=12566
2004-11-21From Shingo Horisawa:Guy Harris1-0/+1
add the "unknown sequence number" flag; fix dissection of unreachable destinations in RERR messages; fix prefix size in draft-perkins-manet-aodv6-01 RREP messages to be 7 bits, not 5 bits; put the message dissection under the top-level AODV tree rather than at the top level; fix labeling of source IPv6 address in RREP messages. Update the comments at the beginning (AODV is now RFC 3561), and note that RFC 3561 says that, for IPv6, the only change is that the address fields are enlarged. Rename RREQ_DEST and RREQ_GRAT to more fully indicate what they are. Fix the name of the draft in the description of the draft-perkins-manet-aodv6-01 messages. Fix description of Gratuitous RREP flag in RREQ messages. svn path=/trunk/; revision=12562
2004-11-21From Yaniv Kaul : New Protocol: X509 Certificates over HTTPRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=12554
2004-11-21From Bart Braem: add support for the "destination only" flag.Guy Harris1-0/+1
svn path=/trunk/; revision=12551
2004-11-12From Ignacio Goyret: decode RFC 2509 and RFC 3544 IPCP options.Guy Harris1-0/+0
Fix up the AUTHORS file. svn path=/trunk/; revision=12514
2004-11-12Add Nils Ohlmeier to authors list(SIP patch)Anders Broman1-0/+0
svn path=/trunk/; revision=12510