aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2004-02-25Describe some problems with processing data pointed to by the result ofGuy Harris1-17/+133
"tvb_get_ptr()". Add a section on roubustness, giving a number of potential problems that aren't just portability problems. Document "tvb_get_string()" and "tvb_get_stringz()", better document "tvb_memcpy()" and "tvb_memdup()". Fix a typo. svn path=/trunk/; revision=10239
2004-02-23Change Email address of Giles ScottJörg Mayer1-1/+1
svn path=/trunk/; revision=10200
2004-02-20From Rowan McFarlane: Update Skinny to support Cisco CallManager 4.x,Gerald Combs1-0/+1
add support for Cast Client Control Protocol. svn path=/trunk/; revision=10140
2004-02-20From Ian Schorr: taps to keep statistics of traffic by host.Guy Harris1-1/+1
svn path=/trunk/; revision=10120
2004-02-19Remove a comment on ancient EtherealJörg Mayer1-9/+4
svn path=/trunk/; revision=10115
2004-02-18From Rolf Fiedler: German ISDN carriers don't supply the seconds in theGuy Harris1-1/+0
date/time IE, so support IE lengths of 5 (no seconds) or 6 (includes seconds). Merge the two AUTHORS and man page entries for him. svn path=/trunk/; revision=10089
2004-02-18From Nick Black: the 0x8000 bit in the flags field is *NOT* aGuy Harris1-1/+2
"congestion" bit for ECN. Show it as a reserved bit. Put semicolons, not commas, at the end of the calls to put flags field bits into the protocol tree. svn path=/trunk/; revision=10087
2004-02-16Edwin Calo: Extract strings from a postgres datastreamJörg Mayer1-0/+1
svn path=/trunk/; revision=10068
2004-02-15Put a prominent note at the top that the actual function descriptions canJörg Mayer1-1/+6
be found in epan/tvbuff.h svn path=/trunk/; revision=10066
2004-02-14Update Andreas Sikkema's e-mail address.Guy Harris1-1/+1
svn path=/trunk/; revision=10064
2004-02-14From Pavel Kankovsky: fix the name of the channel field in the PrismGuy Harris1-1/+2
802.11 radio header. svn path=/trunk/; revision=10063
2004-02-14Add a note on white space conventions (tab expansion different from 8 spaces isOlivier Biot1-4/+24
a Bad Idea). Add a note on the new col_append_sep_str() and col_append_sep_fstr() methods. svn path=/trunk/; revision=10061
2004-02-11Include EyeSDN USB S0 trace files in the list of file formats we read.Guy Harris4-24/+24
svn path=/trunk/; revision=10040
2004-02-11Christian Wagner: Support for the Soul Seek P2P protocolJörg Mayer1-0/+1
svn path=/trunk/; revision=10039
2004-02-11From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.Guy Harris1-0/+1
svn path=/trunk/; revision=10038
2004-02-04From Magnus Hansson:Guy Harris1-0/+1
* Added decoding of Transport type/trigger * Updated service code's text to match specification * Added new vendor IDs from ODVA * Added service etc to info column, formatted info column for easier overview * Added actual time out calculation for Forward close, Unconnected send * Fixed bug, port not shown for extended addresses * Added Network Segment to EPATH decode * NOP packets not decoded as they contain Common data Format svn path=/trunk/; revision=9979
2004-02-03From Peter J. Creath: add a heuristic dissector table, so thatGuy Harris1-0/+1
dissectors for protocols that put non-802.3 packets inside 802.3 frames can intercept 802.3/Ethernet frames before they're dissected as 802.3/Ethernet packets. svn path=/trunk/; revision=9976
2004-02-03From Martin Mathieson: SIP sipfrag support.Guy Harris1-1/+1
svn path=/trunk/; revision=9969
2004-02-03From Holger Schurig; add support for EAP-TTLS.Guy Harris1-0/+1
svn path=/trunk/; revision=9966
2004-02-02reflect latest changes to capture.cUlf Lamping1-5/+5
svn path=/trunk/; revision=9960
2004-02-02From Jonathan Perkins; the in ANSI MTP3, the SLC field of SLTM/SLTAGuy Harris1-0/+1
messages is in a different place from where it is in ITU MTP3. svn path=/trunk/; revision=9957
2004-01-31From Sam Leffler: support for BSD radiotap header for 802.11.Guy Harris1-0/+1
svn path=/trunk/; revision=9919
2004-01-29From Shusaku Ueda:Guy Harris1-0/+1
- show all Home Agent Addresses of DHAAD Reply - show ICMP options of Mobile Prefix Advertisement svn path=/trunk/; revision=9903
2004-01-27Update Andy Hood's e-mail address.Guy Harris1-1/+1
svn path=/trunk/; revision=9888
2004-01-27Update Jaime Fournier's address.Guy Harris1-1/+1
svn path=/trunk/; revision=9881
2004-01-27From David Richards: don't stuff the packet length into a guint8, as itGuy Harris1-0/+1
can be bigger than 255. svn path=/trunk/; revision=9877
2004-01-27From Alastair Maw: IAX2 support.Guy Harris1-0/+1
svn path=/trunk/; revision=9875
2004-01-26Add a dissector table for LAPD SAPIs, and move the #defines for themGuy Harris1-0/+1
into "lapd_sapi.h". Use that to register the Q.931 dissector atop LAPD. From Rolf Fiedler: ISDN TEI management frame support. svn path=/trunk/; revision=9864
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