aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2003-12-19Note that "uchar", "u_char", "u_short", "u_int", and "u_long" are alsoGuy Harris1-9/+12
forbidden. svn path=/trunk/; revision=9356
2003-12-18From Jan Kiszka: IrDA support.Guy Harris1-0/+1
svn path=/trunk/; revision=9345
2003-12-18WildPackets' EtherHelp appears to write EtherPeek-compatible files,Guy Harris4-18/+20
except that the 0x80 bit is turned on in the file version number field. Turn that bit off before processing that field. svn path=/trunk/; revision=9342
2003-12-17Update the "matches" explanation as it now also works for protocol fieldsOlivier Biot1-6/+5
(FT_TVBUFF). Thanks libpcre for allowing pattern matching in binary data! svn path=/trunk/; revision=9331
2003-12-17From Christoph Neusch: V5UA support.Guy Harris1-1/+2
From Anders Broman: patches to various makefiles and configure scripts to build the V5UA dissector, and patches to make it compile. From me: .cvsignore file, and NSIS patches. svn path=/trunk/; revision=9311
2003-12-16From D. Manzella: run $NETSNMPCONFIG, not "net-snmp-config" (as long asGuy Harris1-0/+1
we've gone through the trouble of finding the path, we should use it, and if the user explicitly said where it is, we should *definitely* use it), and add the output of "$NETSNMPCONFIG --cflags" to CFLAGS and CPPFLAGS before searching for Net-SNMP headers, so we check the appropriate directory for them. svn path=/trunk/; revision=9303
2003-12-09-Tpdml and -Tps force -V. Thus, -V is no longer required when using -Tpdml.Gilbert Ramirez2-7/+5
Eventually, -Tps will not force -V, and will print summaries when -V is not selected. However, work still has to be done there. svn path=/trunk/; revision=9218
2003-12-08Note the types of fields for which the "contains" operator is available.Guy Harris1-10/+17
Always capitalize the names "Ethereal" and "Tethereal" (we don't capitalize the command names, however, as they're all-lower-case). Note that you can find out from the GUI whether Ethereal was built with the PCRE library or not. Fix a typo. svn path=/trunk/; revision=9211
2003-12-08updated to reflect the menu redesign changesUlf Lamping1-150/+163
svn path=/trunk/; revision=9198
2003-12-07Clarify dfilter syntax (mainly the implicit exists operator), add ↵Olivier Biot1-14/+71
subsections in syntax section, add description of new "contains" operator (and inform that it is only available if libpcre has been linked in). svn path=/trunk/; revision=9195
2003-12-07Put the "-V" flag in boldface, so pod2man doesn't whine.Guy Harris1-2/+2
svn path=/trunk/; revision=9186
2003-12-06Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez2-0/+214
to tethereal. It could be added to Ethereal, but the GUI changes to allow the user to select PDML as a print format have not been added. Provide a python module (EtherealXML.py) to help parse PDML. Provide a sample app (msnchat) which uses tethereal and EtherealXML.py to reconstruct MSN Chat sessions from packet capture files. It produces a nice HTML report of the chat sessions. Document tethereal's PDML and EtherealXML.py usage in doc/README.xml-output Update tethereal's manpage to reflect the new [-T pdml|ps|text] option svn path=/trunk/; revision=9180
2003-12-03From Felix Fei: GSM MAP support.Guy Harris1-0/+1
From Michael Lum: Modified for better TCAP separation, fixed EOC handling (a la TCAP). Added parameter parsing (although not dissection or naming). svn path=/trunk/; revision=9160
2003-12-02From Martijn Schipper: support for reading AiroPeek files in V9 captureGuy Harris1-0/+1
file format (AiroPeek 2.x). svn path=/trunk/; revision=9144
2003-12-02From Arnaud Jacques: fix a typo, and handle another CheckPoint versionGuy Harris1-0/+1
number. svn path=/trunk/; revision=9138
2003-11-29Fix two small typosJörg Mayer1-3/+3
svn path=/trunk/; revision=9118
2003-11-29From melerski [AT] poczta.onet.pl: fix a problem with unknown IEs.Guy Harris1-0/+1
svn path=/trunk/; revision=9115
2003-11-27From Arsen Chaloyan: fix offsets in "proto_tree_add" calls.Guy Harris1-0/+1
svn path=/trunk/; revision=9103
2003-11-26From David Fort: DNS DSS RR support.Guy Harris1-0/+1
svn path=/trunk/; revision=9096
2003-11-26From Patrick Kursawe: rename "getline()" so it doesn't collide with theGuy Harris1-0/+1
"getline()" declared in <stdio.h> with recent versions of glibc. Fix a typo in the AUTHORS file. svn path=/trunk/; revision=9094
2003-11-25From Reinhard Speyerer: handle 10-digit UCP dates, which lack a secondsGuy Harris1-0/+1
value. svn path=/trunk/; revision=9092
2003-11-24From Scott Hovis :CCSDS (Consultative Committee for Space Data Systems)Guy Harris1-0/+1
support. svn path=/trunk/; revision=9071
2003-11-21From Eric Wedel: fix dissection of NetServerDiskEnum reply.Guy Harris1-0/+1
svn path=/trunk/; revision=9060
2003-11-20Update Jakob Schlyter's address.Gerald Combs1-1/+1
svn path=/trunk/; revision=9041
2003-11-19From Dave Sclarsky: CPFI support.Guy Harris1-0/+1
svn path=/trunk/; revision=9028
2003-11-18Document the capture filter changes that were just checked in.Gerald Combs1-0/+5
svn path=/trunk/; revision=8995
2003-11-16From Lars Roland Service Response times for H225 RASRonnie Sahlberg2-1/+50
svn path=/trunk/; revision=8978
2003-11-14Fix the stuff that talks about adding to DISSECTOR_SOURCES to talk aboutGuy Harris1-5/+5
adding to DISSECTOR_SRC instead, and update it to mention "Makefile.nmake" in the first instance. svn path=/trunk/; revision=8966
2003-11-13For Time Reference frames reset the counter for CulmulativeBytes.Ronnie Sahlberg1-0/+2
This makes the CulmulativeBytes field make more sense since if we want something to be a TimeReference frame it is likely that we also want to measure BOTH time and number of bytes (==culmulative bytes) until the event we are looking at. svn path=/trunk/; revision=8956
2003-11-12From Matthias Drochner: support for mode 6 and mode 7 control packetsGuy Harris1-0/+1
and NTP4 autokey extension data. svn path=/trunk/; revision=8950
2003-11-11From Yuriy Sidelnikov: ISO 8327-1 Session Protocol support.Guy Harris1-0/+1
svn path=/trunk/; revision=8937
2003-11-09From Martin Mathieson: display the bitfields forGuy Harris1-0/+1
- the first 2 bytes of RTP headers - the first byte of RTCP report. svn path=/trunk/; revision=8923
2003-11-08From Mohammad Hanif:Guy Harris1-0/+1
correct and enhance support for RSVP FAST_REROUTE and DETOUR objects (source: draft-ietf-mpls-rsvp-lsp-fastreroute-03.txt); support an RSVP SESSION_OBJECT object with ctype = 1. This object contains resource affinities (source: RFC 3209). svn path=/trunk/; revision=8913
2003-11-06Note that not all OSes on which Ethereal runs can support plugins.Guy Harris1-26/+19
Note that you have to modify plugins/Makefile.nmake. Fix "plugin/" to "plugins/". Update the sample Makefile.am and Makefile.nmake to match the current state of affairs. svn path=/trunk/; revision=8899
2003-11-06Warn people not to use the "numbered argument" feature that many UNIXGuy Harris1-3/+15
printf's implement. svn path=/trunk/; revision=8898
2003-11-05update for LDAPRonnie Sahlberg1-0/+30
measure the response time for some LDAP commands and add a service response time dialog for it svn path=/trunk/; revision=8885
2003-11-04From Masaki Chikama: fix static compilation of "generic ASN.1" andGuy Harris1-0/+1
Gryphon plugins. svn path=/trunk/; revision=8878
2003-11-01Based on a patch from Brian Fundakowski Feldman, add support for settingGuy Harris2-7/+49
link-layer type when capturing, using the "pcap_set_datalink()" and related APIs. svn path=/trunk/; revision=8848
2003-10-31Fix some warnings from pod2man.Guy Harris4-5/+5
svn path=/trunk/; revision=8843
2003-10-31From Scott Emberley: support for reading Network Instruments version 9Guy Harris4-69/+83
capture files. svn path=/trunk/; revision=8840
2003-10-30From Marcel Holtmann: support for reading Linux Bluez Bluetooth stackGuy Harris1-0/+1
"hcidump -w" traces. Note that Jesper Peterson contributed support for reading Endace ERF files. svn path=/trunk/; revision=8824
2003-10-29From Steve Ford: "prefs_register_string_preference()" makes a copy ofGuy Harris1-1/+1
any string pointed to by the preference variable - as the value we set it to is allocated, we should free it after registering the preference. The register routine is called only once - don't worry about whether "gbl_diameterDictionary" is null or not. Get rid of a duplicate credit entry in the man page. svn path=/trunk/; revision=8813
2003-10-28Clarify the previous checkin - that applies to the 'value' argument.Guy Harris1-7/+8
svn path=/trunk/; revision=8797
2003-10-28As per a suggestion by Olivier Biot, note that objects pointed to byGuy Harris1-3/+8
pointer arguments to "proto_tree_add_XXX" functions are copied - if you allocated a buffer for one of them (e.g., a string), and you don't free that buffer when you're done with it, you'll leak memory. svn path=/trunk/; revision=8796
2003-10-28From Lars Roland: H.225 message and reason tag counter taps.Guy Harris2-0/+45
svn path=/trunk/; revision=8794
2003-10-27From Lo�c Minier: HTTP header and payload desegmentation.Guy Harris1-1/+2
svn path=/trunk/; revision=8786
2003-10-23Added support for LMP draft version -09. Support for older draftAshok Narayanan1-0/+1
versions -02 and -03 is still present (since they are in use), selectable by a protocol preference. svn path=/trunk/; revision=8765
2003-10-20Warn about Yet Another GCCism.Guy Harris1-3/+7
svn path=/trunk/; revision=8742
2003-10-15From David E. Weekly: move the code to put the SOCKS version up, so it'sGuy Harris1-0/+1
done in common code. svn path=/trunk/; revision=8708
2003-10-15Client LOAD measurement for io-statRonnie Sahlberg1-1/+33
See manpage (hopefully manpage does not reformat my nice ascii graph) While Service Response Times and the MIN/MAX/AVG thing in io-stat are measurements on the server load. The new measurement type LOAD is a measurement of Client LOAD. Or rather, it is an attempt to measure client LOAD by measuring how much concurrency in its requests the client generates. It the client is slow in starting new i/o when a previous i/o has completed, this willb e indicated by the concurrency being lowered. it is an experiment. i am not aware of any other attempts in deducing client workload from looking at captures. svn path=/trunk/; revision=8706