aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
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
2004-10-30from Mark Phillips: the length field in the UDP header includes theGuy Harris1-0/+1
length of the UDP header itself, so subtract the length of the header when using it to limit the length of the payload tvbuff. Clean up the computing of the captured length of the payload tvbuff (we really should get rid of the "length" argument to "tvb_new_subset()", and have it compute the captured length based on the supplied reported length and the amount of that data actually present in the parent tvbuff). Don't fetch the length and checksum fields until we use them (so that we don't throw an exception until then, and fail to process the source and destination ports), and check whether the length is bogus regardless of whether we're building a protocol tree or not. svn path=/trunk/; revision=12444
2004-10-30From Martin Pichlmaier: the first 4 bytes of the Symantec firewallGuy Harris1-0/+1
header are the IP address of the interface that saw the packet. svn path=/trunk/; revision=12439
2004-10-22Add an item for DNS IPSECKEY RR support for David Fort.Guy Harris1-0/+1
svn path=/trunk/; revision=12377
2004-10-18From Laurent Constantin: fix a (presumed) cut-and-pasteo.Guy Harris1-0/+1
svn path=/trunk/; revision=12342
2004-10-17From Graeme Hewson: re-wrap some of the lines so that they fit into theGuy Harris1-11/+12
About dialog and ethereal.1 without wrapping. svn path=/trunk/; revision=12333
2004-10-17From Rene Pilz: add a preference to ignore the cipher bit, in caseGuy Harris1-0/+1
captures have unciphered data with the cipher bit set. svn path=/trunk/; revision=12329
2004-10-13Give Steve Sommars' real name and work e-mail address.Guy Harris1-1/+1
svn path=/trunk/; revision=12292
2004-10-12Add Comment for Irene Ruengeler.Michael Tüxen1-0/+1
svn path=/trunk/; revision=12285
2004-10-11From Martin M, update h2250 so that some things that are supposed to be ↵Ronnie Sahlberg1-0/+1
strings are printed as strings and not as hex data. svn path=/trunk/; revision=12263
2004-10-11From Mark C. Brown: fix a typo.Guy Harris1-1/+1
svn path=/trunk/; revision=12257
2004-10-06From Francesco Fondelli: ICE protocol support.Guy Harris1-0/+4
svn path=/trunk/; revision=12215
2004-10-01From Alejandro Vaquero:Guy Harris1-0/+4
RTP graphic analysis; assorted bug fixes; display delay and jitter in milliseconds, and add the percentage of lost packets to the statistics. svn path=/trunk/; revision=12166
2004-10-01From Carlos Pignataro:Guy Harris1-0/+1
o Fix EXTENDED_COMMUNITIES output that was appending the Carried Extended communities; fix BGP_EXT_COM_L2INFO was not appending to the bgpext_com_type o Update various text with the specific afi/safi o Decode fields in MP Reach NLRI for labeled VPNv4 and labeled IPv4 (and small offset fix for the latter) o Decode unknown address family in MP Reach NLRI svn path=/trunk/; revision=12165
2004-10-01From Kestutis Kupciunas: add new vendor enterprise codes for GemtekGuy Harris1-0/+1
Systems and the Wi-Fi Alliance, and add Radius vendor-specific attributes for them. svn path=/trunk/; revision=12164
2004-09-28From Carlos Pignataro:Guy Harris1-0/+1
o Add link type string for MPLS Link Type in MPLS Link sub-TLV o Decode MPLS Link Color/Resource sub-TLV o Add bps for bandwidths in Max BW and Max Reservable BW sub-TLVs o Display Type, Length Value for Unknown Link sub-TLV o Allow display filter on Link Type and Link Color svn path=/trunk/; revision=12122
2004-09-28From Olivier Jacques:Guy Harris1-0/+1
- Add a configuration option for Diameter version. Currently, the choice is between everything before draft-v16 and RFC3588. - Fix diameter-ip-address parsing depending on the Diameter version (and showing decoding errors accordingly). - Change registration of Diameter from TCP and SCTP port 1812 to TCP and SCTP port 3868 (this is according to RFC3588, section 11.5). svn path=/trunk/; revision=12121
2004-09-23From packet steve: add a filterable field for the GRE key.Guy Harris1-0/+1
svn path=/trunk/; revision=12069
2004-09-17from Thomas Boehne: don't put code before a declaration - that's aGuy Harris1-1/+2
GCCism. De-@ify Marten Svantesson's e-mail address. svn path=/trunk/; revision=12028
2004-09-16From Viorel Suman: TALI (RFC 3094) support.Guy Harris1-1/+5
ATify Luca Deri's e-mail address. svn path=/trunk/; revision=12016
2004-09-11From Dave Richards: remove from libethereal.def some routines fromGuy Harris1-1/+1
util.c, as util.c is no longer part of libethereal. Update his e-mail address (I'm presuming it's the same person - Comcast bought AT&T Broadband, so the domain name change makes sense). svn path=/trunk/; revision=11967
2004-09-09Added Christophe Devine as a contributor.Anders Broman1-0/+3
svn path=/trunk/; revision=11952
2004-09-09From Luca Deri: NetFlow v9 enhancements.Guy Harris1-0/+3
svn path=/trunk/; revision=11947
2004-09-07Put the byte-order mark back.Guy Harris1-1/+1
svn path=/trunk/; revision=11934
2004-09-07Added graphical SCTP analysis implemented by Irene Ruengeler.Michael Tüxen1-1/+5
svn path=/trunk/; revision=11920
2004-09-06Put the UTF-8 mark back into the file (maybe *that'll* convince TextEditGuy Harris1-19/+19
to open it as a UTF-8 file). Convert from ISO 8859/1 to UTF-8, and put the a-ring into a name. Fix some bad characters. svn path=/trunk/; revision=11918
2004-09-06From Marten Svantesson: according to Tomas Anders, all versions of HeimdalGuy Harris1-0/+1
will either have "heimdal", in all lower case, in the version string in the header file, or will write out, when you run "krb5-config --version", a version string with "heimdal" in all lower case, so we don't need to do case-insensitive matching, which is good - not all versions of "sed" support the "i" flag (although you can do case-insensitive matching by using regular expressions, if necessary). svn path=/trunk/; revision=11915
2004-09-05Fix cosmetic errors in the AUTHORS file and in ethereal.pod.Olivier Biot1-4/+5
svn path=/trunk/; revision=11907