aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2003-06-11From Erwin Rol: RTNET/TDMA support.Guy Harris1-0/+1
svn path=/trunk/; revision=7839
2003-06-11From Joakim Wiberg: support for Common Industrial Protocol over IP.Guy Harris1-0/+4
svn path=/trunk/; revision=7838
2003-06-06Update Jean-Baptiste's AUTHORS entry.Richard Sharpe1-0/+1
svn path=/trunk/; revision=7799
2003-06-05From Lionel Ains: "-d" flag for decode-as support in Tethereal.Guy Harris1-0/+4
Add a new routine to iterate through all dissector tables, calling a routine for each table, to support having the "-d" code list all dissector tables. Get rid of "dissector_handle_get_dissector_name()"; it was put in there for "-d", but turns out not to be necessary for that. Clean up the usage message a bit (using the convention, adhered to by at least some UNIX utilities, of listing all the flags with no arguments in a single lump, and then listing the ones with arguments individually, and also putting "-v" and "-h" in a separate lump, as Ethereal does). svn path=/trunk/; revision=7788
2003-06-04Give Niels Koot credit.Guy Harris1-0/+5
svn path=/trunk/; revision=7776
2003-06-03From Jeff Liu: Add support for WPA (Wi-Fi Protected Access) key in EAPOLGerald Combs1-0/+4
frames and WPA IE in 802.11 beacon and probe response frames. svn path=/trunk/; revision=7770
2003-05-30From tz: decode the base-64 string for HTTP Basic authorization.Guy Harris1-0/+4
svn path=/trunk/; revision=7764
2003-05-29From Steven Lass: if there is no whitespace after the colon in a header,Guy Harris1-0/+1
don't try to eat the non-existent whitespace. svn path=/trunk/; revision=7763
2003-05-28COTP reassembly, from Laurent Meyer.Guy Harris1-0/+1
svn path=/trunk/; revision=7760
2003-05-28Update Anand Narwani's email address.Gerald Combs1-1/+1
svn path=/trunk/; revision=7755
2003-05-24From Brad Hards, DISTCC protocol dissector.Ronnie Sahlberg1-0/+2
Added TCP desegmentation to the dissector. svn path=/trunk/; revision=7729
2003-05-22 Update with J Bruce Field's changes to support RPCSEC_GSS.Richard Sharpe1-0/+7
svn path=/trunk/; revision=7710
2003-05-19From Martin Warnes: support for VMS UCX$TRACE output in wiretap.Guy Harris1-0/+4
svn path=/trunk/; revision=7692
2003-05-19From Motonori Shindo: update to supportGuy Harris1-2/+1
draft-ietf-idr-bgp-ext-communities rather than draft-ramachandra-bgp-ext-communities, and get rid of unused MAX_SIZE_OF_EXT_COM_NAMES #define. svn path=/trunk/; revision=7691
2003-05-15Change address for Tony Schene, at his request.Guy Harris1-1/+1
svn path=/trunk/; revision=7679
2003-05-15From Richard Urwin:Guy Harris1-0/+1
add support for a system-wide color filter file; fix a bug where "read_filters()" didn't close the file handle. Use the "get_datafile_path()" routine he added to construct the pathname of the Diameter directory, the global preferences file, and the manuf file. svn path=/trunk/; revision=7677
2003-05-15From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_Guy Harris1-0/+4
value for DLT_PFLOG, and that goes along with a change to the link-layer header for DLT_PFLOG - support both the old and new values and format. svn path=/trunk/; revision=7676
2003-05-05From Mark C. Brown:Guy Harris1-0/+4
Following fixes for nettl (HP-UX): 1) Fixed 11.X timestamp issue there is no difference in 10.X/11.X timestamps, so no need to shift 11.X timestamps 2) Fixed NS_LS_DRIVER trace record handling now works rather than throwing "...network type that Ethereal doesn't support" error 3) Fixed handling of traces with sliced packets (nettl -m xx) now uses correct packet and capture lengths 4) Additional ethernet card support now handles btlan[1,3-6],gelan,igelan,intl100 driver trace records svn path=/trunk/; revision=7642
2003-05-02From Tony Schene: AUTH_GSSAPI support.Guy Harris1-0/+1
Replace "proto_item_set_len()" with "proto_item_set_end()", and get rid of the "old_offset" variables the "proto_item_set_len()" calls required. svn path=/trunk/; revision=7634
2003-04-30From Kaloian Stoilov: add a subtree for the MSTI flags.Guy Harris1-0/+1
svn path=/trunk/; revision=7610
2003-04-29iSNS support, from Garth Bushell.Guy Harris1-0/+4
svn path=/trunk/; revision=7597
2003-04-27From Matthijs Melchior:Guy Harris1-1/+4
- added option -m to set maximum packet length - added option -T to generate TCP headers - UDP headers now have a correct checksum - default capture timestamp is current time, usec field counts packets - UDP and TCP headers are mutually exclusive - changed etherenet addresses, now sends from 1 -> 2 .... svn path=/trunk/; revision=7571
2003-04-25From Tony Schene: Kerberos-over-TCP support.Guy Harris1-0/+1
svn path=/trunk/; revision=7564
2003-04-25From Tony Schene: initial stub Kerberos kadmin support.Guy Harris1-0/+4
svn path=/trunk/; revision=7562
2003-04-25From Lars Roland:Guy Harris1-1/+1
Filter dialog for the MGCP statistics tap. Routines for building GUI table displays for statistics taps. Use the timestats.c routines in the SMB statistics tap. svn path=/trunk/; revision=7561
2003-04-24From Matthijs Melchior: add the ASN.1 routines to the table of routinesGuy Harris1-0/+1
exported to dissectors. svn path=/trunk/; revision=7552
2003-04-24From Jim McDonough: fix smb transact2 findfirst decoding of info levelGuy Harris1-1/+2
2's (including EA sizes, requested by os2 clients). svn path=/trunk/; revision=7547
2003-04-23From Duncan Laurie: IPMI-over-LAN support.Guy Harris1-0/+4
svn path=/trunk/; revision=7538
2003-04-22Get rid of C++ comments.Guy Harris1-0/+1
Fix up some comments, and eliminate a compiler warning. Make the "iac_found" variable Boolean, and get rid of a redundant initialization. Give David Yon credit for the recent Telnet updates. svn path=/trunk/; revision=7535
2003-04-22From Akira Endoh:Guy Harris1-0/+2
- fix the bug by dissecting the Flags field in RRO IPv4/IPv6/label sub-object (The 1.80 version of packet-rsvp.c dissects the wrong field in a packet.) - erase unnecessary commas when displaying RRO IPv4 sub-object - add support for displaying the error value, written explanation in ERROR object - add support for draft-ietf-mpls-nodeid-subobject-00.txt svn path=/trunk/; revision=7524
2003-04-21From Erwin Rol: ArtNET support.Guy Harris1-0/+4
svn path=/trunk/; revision=7518
2003-04-19change my e-mail address.Michael Tüxen1-1/+1
svn path=/trunk/; revision=7505
2003-04-18From Thierry Andry: more filterable fields in SNMP.Guy Harris1-0/+1
svn path=/trunk/; revision=7495
2003-04-16From Lars Roland:Guy Harris1-1/+2
Add Response-Time statistics for each known mgcp message-type. Fix a few bugs and remove trailing whitespace. Use "gdouble" for printing time-values and calculating the average. It is easier to use and shouldn't overflow on big trace files like "guint32". Move some functions for time statistics into the new file timestats.c in the main directory. This code may be useful in the rpc and smb rtt-taps as well. svn path=/trunk/; revision=7469
2003-04-16From Stephen Shelley: full payload dissection of compliance levels 0, 1Guy Harris1-0/+5
and 2 function codes for Modbus/TCP, plus some bug fixes. Use value_string tables to map function codes and exception codes to strings. svn path=/trunk/; revision=7468
2003-04-15From Laurent Meyer: add filterable fields to COTP.Guy Harris1-0/+1
svn path=/trunk/; revision=7463
2003-04-14From Anders Broman: dissect user-to-user IEs in ISUP messages as Q.931Guy Harris1-0/+1
UU IE's. svn path=/trunk/; revision=7456
2003-04-12From Jeff Morriss: don't put stuff in the Info column if a subdissectorGuy Harris1-2/+1
is called, so that we don't get a mix of M3UA and subdissector stuff. svn path=/trunk/; revision=7444
2003-04-11From Jeff Morriss: rather than re-initializing the Info column with eachGuy Harris1-0/+1
PDU, just append the message type acronym to the column, so you can see the message types for all the messages in the frame. svn path=/trunk/; revision=7439
2003-04-10From Jeff Morriss: add support for the Chinese ITU variant of SS7.Guy Harris1-0/+1
svn path=/trunk/; revision=7438
2003-04-06From emre: add a "Filter out this stream" button to the "Follow TCPGuy Harris1-0/+4
Stream" window, which adds "and !(<filter for the stream>)" to the display filter in effect before the stream was followed, removing that stream from the display. svn path=/trunk/; revision=7408
2003-04-01From Eric Perie: update to the name for EAP type 15, and some additionalGuy Harris1-0/+1
EAP types. svn path=/trunk/; revision=7393
2003-04-01From Mike Frisch: NFS_ACL support.Guy Harris1-0/+1
svn path=/trunk/; revision=7391
2003-03-27From Laurent Rabret: fix bugs in ISIS LSP analyses, addi type blockGuy Harris1-0/+1
filters and display the type block byte in a more standard way (bit fields). svn path=/trunk/; revision=7378
2003-03-25From Brad Hards: ACAP support.Guy Harris1-0/+1
svn path=/trunk/; revision=7365
2003-03-12From Todd Montgomery: Bring PGM up to date with RFC 3208:Gerald Combs1-0/+4
- checksum checks for all packets (like UDP, IP, TCP, etc.) - this includes adding an option to turn off checking it in the preferences menu (like TCP does). - POLL packets - POLR packets - added PGM options: - OPT_FRAGMENT - OPT_REDIRECT - OPT_NAK_BO_IVL - OPT_NAK_BO_RNG - fixed a minor offset error in SPMs svn path=/trunk/; revision=7349
2003-03-10From Stefan Wenk: filterable header fields in SIP dissector.Guy Harris1-0/+1
svn path=/trunk/; revision=7336
2003-03-08From Markus Friedl: Remove duplicate code in packet-ssh.c.Gerald Combs1-0/+1
svn path=/trunk/; revision=7327
2003-03-08From Lars Roland: fix for his entry in the AUTHORS list.Guy Harris1-1/+1
svn path=/trunk/; revision=7318
2003-03-07From Markus Friedl:Gerald Combs1-0/+5
Add support for the OpenBSD enc(4) encapsulating interface. Add support for Ethernet over IP (RFC 3378). Fold Markus' .h files into their respective .c files, add a define to ipproto.h and use it. svn path=/trunk/; revision=7310