aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2004-01-23From Pierre Juhen: add "find_protocol_by_id()" to the list of functionsGuy Harris1-1/+2
exported to plugins. Fix some author list glitches. svn path=/trunk/; revision=9789
2004-01-21Move the list of dissectors (DISSECTOR_SRC) out of Makefile.am andJörg Mayer2-11/+10
Makefile.nmake into a shared file named Makefile.common svn path=/trunk/; revision=9772
2004-01-18Give it an RCS ID.Guy Harris1-0/+2
svn path=/trunk/; revision=9706
2004-01-18From Chris Wilson:Olivier Biot1-0/+1
Support for dissection of concatenated SMPP PDUs. Also: Add more information to the protocol tree summary. Clean up the white space so it's in-line with the conventions of the original author (8-space tabs, 4-space indentations). svn path=/trunk/; revision=9696
2004-01-17First attempt to make a description of the capturing thingsUlf Lamping1-0/+110
svn path=/trunk/; revision=9691
2004-01-16From Thomas Anders: fix a typo.Guy Harris1-1/+4
Update the list of contributors in the man page. svn path=/trunk/; revision=9678
2004-01-16From Aaron Woo (via Jeff Weston): Optimized Link State Routing ProtocolGerald Combs1-0/+1
(OLSR) support. svn path=/trunk/; revision=9675
2004-01-13From Joost Yervante Damad:Guy Harris1-0/+1
add 3 new vendors; add 3 non-encapsulated Merit vendor-specific attributes; display the authenticator in the protocol tree. svn path=/trunk/; revision=9651
2004-01-08From Jari Mustajarvi: fix handling of PDUs with 2-byte-long variable andGuy Harris1-2/+3
optional pointers. svn path=/trunk/; revision=9600
2004-01-05From Alex Rozin: fix handling of MST messages.Guy Harris1-1/+1
Fix his e-mail address. svn path=/trunk/; revision=9559
2003-12-30added dick gooris to the list of contributorsUlf Lamping1-0/+1
svn path=/trunk/; revision=9498
2003-12-30New protocol: Enterasys Interswitch Message Protocol (ismp) andJörg Mayer1-0/+1
edp (Enterasys Discovery Protocol) svn path=/trunk/; revision=9496
2003-12-30Header files proto-ABBREV.h must not exist if there are no functionsOlivier Biot1-8/+57
to export to other dissectors. Describe the "if (tree)" construct and its sense by introducing 2 operation modes of Ethereal: (a) operational dissection (tree == NULL) and (b) detailed dissection (tree != NULL). Fix some typos. svn path=/trunk/; revision=9495
2003-12-23calling tethereal in it's place, to prevent problems with dll loadingUlf Lamping1-2/+4
svn path=/trunk/; revision=9429
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