aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2001-05-25ISUP support, from Martina Obermeier.Guy Harris1-0/+1
svn path=/trunk/; revision=3450
2001-05-24Fix to TCP reassembly code for retransmitted data, from Edgar Iglesias.Guy Harris1-0/+1
svn path=/trunk/; revision=3447
2001-05-24Appletalk Data Stream Interface (used by AFP-over-TCP) support, fromGuy Harris1-0/+1
Randy McEoin. svn path=/trunk/; revision=3446
2001-05-22Win32: build text2pcap doco and package it.Gilbert Ramirez1-2/+11
svn path=/trunk/; revision=3435
2001-05-22Cleanups to the "--with-ssl" configuration option, and changes to addGuy Harris1-1/+1
compiler flags on Solaris with GCC to cope with X11 header file inadequacies. svn path=/trunk/; revision=3433
2001-05-21Fix to LDP prefix FEC dissection for IPv4, from Eran Mann.Guy Harris1-0/+2
svn path=/trunk/; revision=3431
2001-05-16Documentation fix to generalize 'text2pcap -e' for all L3 packets instead of ↵Ashok Narayanan1-3/+9
just IP. svn path=/trunk/; revision=3423
2001-05-16Added 'text2pcap', a utility to convert text hexdumps into pcapAshok Narayanan2-1/+148
files. See text2pcap.1 (built from doc/text2pcap.pod) for details. Changed 'tethereal -x' output to match hex dump format of text2pcap, Ethereal and others. svn path=/trunk/; revision=3421
2001-05-16Put in the name for <bgp4news@yahoo.com>.Guy Harris1-1/+1
svn path=/trunk/; revision=3418
2001-05-16Support for Cisco-proprietary capabilities in BGP, fromGuy Harris1-0/+1
<bgp4news@yahoo.com>. svn path=/trunk/; revision=3416
2001-05-14Various ISIS improvements (ISIS IPv6 routing TLV dissection, ISISGuy Harris1-0/+1
traffic engineering TLV dissection, IS neighbor and IP reachability TLVs given their own subtree types), from Jean-Christian Pennetier. svn path=/trunk/; revision=3413
2001-05-11Passive FTP support, from Juan Toledo.Guy Harris1-0/+1
svn path=/trunk/; revision=3410
2001-05-08Additional LDAP checks for invalid packets, from Scott Renfro.Guy Harris1-0/+1
svn path=/trunk/; revision=3404
2001-05-02Additional OSPF LSA types and opaque-options flag, from MichaelGuy Harris1-0/+1
Rozhavsky. svn path=/trunk/; revision=3395
2001-05-01"-l" command-line option to turn on automatic scrolling in "Update listGuy Harris1-0/+8
of captures in real time" captures, from Christian Lacunza. svn path=/trunk/; revision=3389
2001-04-24Modbus/TCP support, from Riaan Swart.Guy Harris1-0/+1
svn path=/trunk/; revision=3376
2001-04-24RANAP support, from Martin Held.Guy Harris1-0/+1
svn path=/trunk/; revision=3375
2001-04-20Explain BASE_{DEC,HEX,OCT,BIN} a bit more, note that BASE_BIN is forGuy Harris1-4/+8
binary but currently is just decimal, and note that you may not use BASE_NONE for integers. svn path=/trunk/; revision=3352
2001-04-20Fix Gerald's e-mail address - and fix it in "README.developer", soGuy Harris1-5/+9
people don't blindly insert the old address into new dissectors, which is probably how it got into the dissectors being fixed here. svn path=/trunk/; revision=3348
2001-04-19"ethereal -G" and "tethereal -G" won't show the pseudo-field forGuy Harris3-43/+9
"proto_tree_add_text()" any more, so the scripts that take that output and massage it into various forms don't have to check for it any more. Get rid of the FT_-name-to-description filtering in eproto2sgml, as it's not used, and fix it in the other two scripts to correspond to the current list of FT_ values. svn path=/trunk/; revision=3336
2001-04-17WTLS client and trusted key ID handling enhancements, from Patrick Wolfe.Guy Harris1-0/+1
svn path=/trunk/; revision=3319
2001-04-17Fix to WTP retransmission indicator dissection, from Olivier Biot.Guy Harris1-0/+2
svn path=/trunk/; revision=3316
2001-04-17Fix the e-mail address for Joerg Mayer (and remove it from files heGuy Harris1-1/+1
wasn't involved with). svn path=/trunk/; revision=3311
2001-04-12Improvement of 'make clean' targets.Gilbert Ramirez1-1/+6
svn path=/trunk/; revision=3297
2001-04-10Fix up some other README.developer items.Guy Harris1-8/+7
svn path=/trunk/; revision=3280
2001-04-09Update README.developer to discuss 'col_set_str' and 'col_clear', toGuy Harris1-21/+98
make the dissector function in the sample dissector code a static function, and to leave out the "CHECK_DISPLAY_AS_DATA()" call and the line to set "pinfo->current_proto" in the sample dissector, as the sample dissector is called through a dissector table, and the code to call through a dissector table does both of those for you. svn path=/trunk/; revision=3278
2001-04-08OSI network layer over PPP support, fix to P2P ISIS processing, and ISISGuy Harris1-0/+1
hostname TLV support, from Hannes Gredler. svn path=/trunk/; revision=3271
2001-04-05Updates for win32 files to ignore.Gilbert Ramirez1-0/+2
svn path=/trunk/; revision=3260
2001-04-04GTP support, from Michal Melerowicz.Guy Harris1-0/+1
svn path=/trunk/; revision=3252
2001-03-31BACNET support, from Hartmut Mueller.Guy Harris1-0/+1
svn path=/trunk/; revision=3214
2001-03-29Change name of "Last-Protocol" columns to "End" so that there'sGilbert Ramirez1-2/+3
a better chance of them fitting horizontally into the window, for users of small screens. svn path=/trunk/; revision=3203
2001-03-28Support for TPKT being used for its original purpose (TCP port > 102,Guy Harris1-0/+1
containing OSI transport layer PDUs). Enable the Q.931-inside-TPKT code (but not the H.225 stuff, as that requires Andreas Sikkema's H.225 dissector). Update it to match his current modified Q.931 dissector. svn path=/trunk/; revision=3199
2001-03-27Give Tethereal a "-D" flag, inspired by WinPcap's "-D" flag, whichGuy Harris1-0/+10
prints a list of all network interfaces it found on which it can capture (the same list as the one that shows up in the "Interface" combo box in Ethereal's "Capture Preferences" dialog). svn path=/trunk/; revision=3194
2001-03-26GUI code fixes from Eduardo P�rez Ureta.Guy Harris1-0/+1
svn path=/trunk/; revision=3189
2001-03-22Add a new tool which summarizes packet counts by protocols, butGilbert Ramirez1-0/+12
organizes the protocols in the same hierarchical order in which they are found in the packet. The GUI needs some more refinement (placment of vertical scrollbar, style of GtkCTree, initial sizing of window). I need to add an option to honor/not honor the current display filter. svn path=/trunk/; revision=3162
2001-03-18DCE RPC support, from Todd Sabin.Guy Harris1-0/+1
svn path=/trunk/; revision=3144
2001-03-11CUPS browsing protocol support, from Charles LevertGuy Harris1-0/+1
<charles@comm.polymtl.ca>. svn path=/trunk/; revision=3124
2001-03-09Fixes to Lemon to get it to compile on platforms (such as some versionsGuy Harris1-0/+1
of Tru64 UNIX) that define TRUE and FALSE. Fixes to some Tru64 compiler warnings. svn path=/trunk/; revision=3120
2001-03-09Add ability to create HTML documentation on Windows, if you haveGilbert Ramirez1-0/+39
perl and man2html. Don't call this makefile from the parent makefile as not everyone will want to create documentation. Add a couple variables to config.nmake to support this. svn path=/trunk/; revision=3119
2001-03-08Fixes to some typos, from Thomas Gimpel.Guy Harris1-0/+1
svn path=/trunk/; revision=3118
2001-03-06Mention support for reading Etherpeek files.Guy Harris2-11/+11
svn path=/trunk/; revision=3114
2001-03-06Update the man page for the new display filter code.Guy Harris1-41/+23
svn path=/trunk/; revision=3113
2001-03-06Update doco re: display filters.Gilbert Ramirez2-45/+30
Add config.h to dependencies for man pages so that correction VERSION number is in the man page. svn path=/trunk/; revision=3110
2001-02-27RFC 3024 reverse tunneling support for the Mobile IP dissector, fromGuy Harris1-0/+1
Peter Lei. svn path=/trunk/; revision=3078
2001-02-23Update the list of types, and fix some typos.Guy Harris1-6/+11
svn path=/trunk/; revision=3070
2001-02-23Update the documentation to correctly reflect the way tests on BooleanGuy Harris2-20/+16
fields work in display filters. svn path=/trunk/; revision=3069
2001-02-21Change from James E. Flemer to add hidden Boolean fields that are set ifGuy Harris1-0/+1
the IP or ICMP checksum is bad. svn path=/trunk/; revision=3063
2001-02-18In the MSVC++ 6.0 C library, "line-buffered" doesn't mean what one mightGuy Harris1-5/+15
expect - it means "same as fully-buffered". This means that the "-l" flag is a no-op on Windows. Instead of setting line-buffered mode with "setvbuf()", set a flag and, if that flag is set, flush the standard output after the information for ever packet is printed; this isn't "line-buffered", either, but, as the reason for doing line-buffering is to allow the output of Tethereal to be piped to a program and to have that program see the output for a packet as soon as the packet is seen and dissected, it should be just as good as line-buffered. svn path=/trunk/; revision=3047
2001-02-14Add MIP extensions. Re-work some of the tvbuff-handling logic.Gilbert Ramirez1-1/+1
Update Stefan's e-mail address. svn path=/trunk/; revision=3035
2001-02-14"Decode As" UI cleanups, and documentation, from David Hampton.Guy Harris1-0/+17
svn path=/trunk/; revision=3032