aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2003-04-06From emre: add a "Filter out this stream" button to the "Follow TCPGuy Harris1-1/+2
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-03-12From Todd Montgomery: Bring PGM up to date with RFC 3208:Gerald Combs1-0/+1
- 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-10Obscure more email addresses.Gerald Combs3-4/+4
svn path=/trunk/; revision=7334
2003-03-10Fix some perldoc warnings and obscure email addresses.Gerald Combs2-17/+12
svn path=/trunk/; revision=7333
2003-03-09- conversation_get_protocol_data -> conversation_get_proto_dataLaurent Deniel1-10/+10
- miscellaneous typos corrected svn path=/trunk/; revision=7329
2003-03-08Add some missing entries, and put the entries in the same order as theGuy Harris1-1/+3
AUTHORS file. svn path=/trunk/; revision=7319
2003-03-08Documentation for the MGCP tap,f rom Lars Roland.Guy Harris1-0/+15
svn path=/trunk/; revision=7317
2003-03-07Note that you need <io.h> on Windows if you want to use "open()",Guy Harris1-3/+17
"close()", "read()", "write()", etc.. svn path=/trunk/; revision=7314
2003-03-07From Markus Friedl:Gerald Combs1-0/+1
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
2003-03-06Throw in some additional portability notes about:Guy Harris1-4/+37
not using "%l[doux]" with guint32; not including <unistd.h> without #ifdef HAVE_UNISTD_H; not fopening binary files with "r", "w", etc., and not opening them with "open()" without using O_BINARY. svn path=/trunk/; revision=7302
2003-03-06Update and added text to README.tapping based on comments in theRonnie Sahlberg1-1/+40
contributed RTP tap for voice. Explained when a tap listener is called and somethings to keep in mind when adding taps to protocols that may appear multiple times inside the same packet. svn path=/trunk/; revision=7293
2003-03-04From Laurent Meyer: reassemble fragmented X.25 packets, and fix up aGuy Harris1-1/+1
test. svn path=/trunk/; revision=7276
2003-03-03Added tap functionality to UDPRonnie Sahlberg1-0/+1
Added top talkers calculation for UDP socketpairs try -z io,users,udpip svn path=/trunk/; revision=7266
2003-03-03Update for tethereal -z io,users, top talkers :Ronnie Sahlberg1-0/+1
"tcpip" added. -z io,users,tcpip will create a top talkers list of individual tcpip connections svn path=/trunk/; revision=7264
2003-03-01Yahoo Messenger YMSG protocol support, from Wayne Parrott.Guy Harris1-0/+1
Pull "packet-yhoo.h" into "packet-yhoo.c". svn path=/trunk/; revision=7226
2003-02-27From Jason Copenhaver: put the address fields in the Ethernet header inGuy Harris1-0/+1
the right order. svn path=/trunk/; revision=7208
2003-02-27From Brad Hards: don't have "make distclean" delete "register.c",Guy Harris1-0/+1
"register-static.c", or "ps.c", as we distribute them in the tarball. Add Georgi Guninski to the credits list in the man page. svn path=/trunk/; revision=7206
2003-02-27Ethereal.desktop is in the top-level directory, not the "doc" directory,Guy Harris1-4/+1
and it's already in the EXTRA_DIST list in the top-level directory. svn path=/trunk/; revision=7204
2003-02-24From Laurent Meyer: NLPID for Subnetwork Dependent Convergence Function.Guy Harris1-0/+1
svn path=/trunk/; revision=7191
2003-02-21From Pavel Roskin: in the GTK+ 2 code, associate the "Print Detail"Guy Harris1-0/+1
button with the correct group. svn path=/trunk/; revision=7183
2003-02-18From Martijn Schipper: fix the tag for the 802.11g ERP Information fieldGuy Harris1-0/+1
to match draft 6.1 of the 802.11g spec. svn path=/trunk/; revision=7168
2003-02-13Make doc/Makefile.nmake work in POSIXLY_CORRECT environment, as perGuy Harris1-29/+29
Santeri Paavolainen's changes to make doc/Makefile.am work in such an environment. Move the idl2eth rules above the mergecap rules, to match the way doc/Makefile.am works. svn path=/trunk/; revision=7140
2003-02-13From Craig Rodrigues: decode the priority value put into the serviceGuy Harris1-1/+1
context field by Real-time CORBA. Update his e-mail address while we're at it. svn path=/trunk/; revision=7132
2003-02-12From Santeri Paavolainen: make doc/Makefile.am work in POSIXLY_CORRECTGuy Harris1-13/+13
environment. svn path=/trunk/; revision=7128
2003-02-12WBXML updates, and e-mail address update, from Olivier Biot.Guy Harris1-1/+1
svn path=/trunk/; revision=7126
2003-02-10Note that one shouldn't put a comma after the last element of an enum.Guy Harris1-3/+6
svn path=/trunk/; revision=7115
2003-02-04From Teemu Rinta-aho: draft 20 MIPv6 support (now in a file of its own).Guy Harris1-0/+1
svn path=/trunk/; revision=7071
2003-01-31From Pasi Kovanen: display flow label IE in GTP v0 in hex.Guy Harris1-0/+1
svn path=/trunk/; revision=7066
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris1-8/+6
to be using it for stuff that should be hex, and for stuff that should be Boolean. Use BASE_DEC if it should be decimal, BASE_HEX if it should be hex, and make it Boolean if it should be Boolean. svn path=/trunk/; revision=7053
2003-01-29More completely explain the "name" argument to theGuy Harris1-4/+12
"prefs_register_XXX_preference" routines, to note that it should *NOT* include the protocol name - the protocol name is automatically prepended to it, with a "." separator, as the preference is registered in a module whose name is that of the protocol. svn path=/trunk/; revision=7031
2003-01-28From Akira Endoh: BGP support for draft-ietf-idr-as4bytes-06.txt andGuy Harris1-1/+1
draft-ietf-idr-dynamic-cap-03.txt. Fix his AUTHORS entry to put the (presumed) given name first and family name last. svn path=/trunk/; revision=7014
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel3-7/+7
svn path=/trunk/; revision=7003
2003-01-22TopTalkers feature for Ethernet/IP/TokenRingRonnie Sahlberg1-0/+18
IO-Users is a feature for tethereal that will print statistics on io usage similar to top talkers in other tools. It needs to be ported to ethereal with a nice graph sometime later. try: -z io,users,ip see man-page svn path=/trunk/; revision=6972
2003-01-22SMB RTT statistics for tethereal and ethereal.Ronnie Sahlberg2-0/+57
SMB RTT statistics are similar to the RTT statistics already supported by ONC-RPC and DCE-RPC. It will present a table with all seen SMB commands and present the Min/Max and Avg response time in ms. Transaction2 and NT-Transaction commands are broken out and presented in its own subtables. tethereal feature is activated with -z smb,rtt switch and in ethereal it is activated either through -0z smb,rtt switch or through the Menu. svn path=/trunk/; revision=6966
2003-01-21cjs 2895: Fix configure check to compile with IBM Visual Age C compilerJörg Mayer1-0/+1
- remove nested functions - use char *pcap_version instead of char pcap_version[] Changed the fix for the nested functions to use the mechanisms provided by autoconf. svn path=/trunk/; revision=6963
2003-01-19From Huagang Xie: dissector for MySQL protocol.Guy Harris1-0/+1
svn path=/trunk/; revision=6939
2003-01-17From Marc Milgram: e-mail address update.Guy Harris1-1/+1
svn path=/trunk/; revision=6936
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris1-0/+1
Move SCTP payload protocol IDs to a header file, and get the PPIDs from that header file rather than defining them in dissectors running atop SCTP. Use both the old(?) and official PPID for ASAP. svn path=/trunk/; revision=6926
2003-01-14From Anders Broman: some additional SCTP payload protocol IDs.Guy Harris1-0/+1
svn path=/trunk/; revision=6925
2002-12-29From rmkml: support for capturing from a pipe in Tethereal.Guy Harris2-10/+24
Fix up the documentation of the "-i" flag in the Ethereal man page to note only that "netstat -i" and "ifconfig -a" *might* work, to specifically note that not all UNIXes support the "-a" flag to "ifconfig", and to note that pipe data must be in *standard* libpcap format. Document the support for pipes in the "-i" flag in Tethereal. svn path=/trunk/; revision=6822
2002-12-19Document FT_FRAMENUM.Guy Harris1-4/+8
svn path=/trunk/; revision=6805
2002-12-19Document "Tools->Go To Corresponding Frame".Guy Harris1-0/+10
svn path=/trunk/; revision=6804
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris1-1/+2
frame number, which is always decimal. If you select an FT_FRAMENUM field, there are menu items that let you go to the frame whose frame number appears in that field. Add FT_FRAMENUM fields for the ONC RPC "matching request is in this frame" and "matching reply is in this frame" protocol tree items. svn path=/trunk/; revision=6802
2002-12-17From James Harris: Decrypt RADIUS user passwords.Gerald Combs1-0/+1
The MD5 is copyrighted by L. Peter Deutsch, and released under the same license as zlib. It is GPL-compatible, and should NOT have the GPL applied to it. svn path=/trunk/; revision=6790
2002-12-09Fix a typo.Gerald Combs1-4/+4
svn path=/trunk/; revision=6769
2002-12-02Update Michael Tuexen's e-mail address.Guy Harris1-1/+1
svn path=/trunk/; revision=6721
2002-12-02Allow keyboard-only navigation of the Protocols dialog. Protocols canGerald Combs1-3/+4
be enabled or disabled using the space bar. Update the documentation accordingly. svn path=/trunk/; revision=6711
2002-12-01Enable/disable protocols with a single click. Fix the behavior ofGerald Combs1-3/+3
cancelling the Protocols dialog, which my previous checkin broke. svn path=/trunk/; revision=6710
2002-12-01Update some text in the help dialog.Gerald Combs1-2/+11
Replace the large matrix of protocol togglebuttons with a GtkCList. The CList displays three columns: the enabled/disabled state, the protocol's abbreviated name and the protocol's full name. Protocols can be enabled or disabled by double-clicking on them. The enable all, disable all, and invert buttons were left intact. I made a half-assed attempt at Gtk2 support by copying code from plugins_dlg.c. It's incomplete, and probably won't compile. Using check boxes in the first column instead of the word "Disabled" would have been nice. GtkCLists don't let you embed anything besides text and pixmaps unfortunately. Update the man page accordingly. We still need a way to save a list of disabled protocols. svn path=/trunk/; revision=6707