aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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
2002-11-29Updte for io-stat to make it more powerful.Ronnie Sahlberg1-2/+57
There is not a third option Advanced... in addition to frames/tick and bytes/tick. See ethereal man page for description and how one can use this to graph how NFS response time MAX/MIN/AVG changes over time. svn path=/trunk/; revision=6703
2002-11-28From Marco Molteni: fix a typo and a function name, and give it an RCSGuy Harris1-2/+4
ID. svn path=/trunk/; revision=6697
2002-11-28From Marco Molteni: fix a comment to reflect reality.Guy Harris1-0/+1
svn path=/trunk/; revision=6696
2002-11-25From Jason Greene:Guy Harris1-0/+1
This patch fixes decoding of the newSuperior attribute of an LDAPv3 modrdn request. The current implementation attempts to decode the attribute as an LDAPDN (Octext String, 0x4), when its definition is actually Context 0 (0x80). svn path=/trunk/; revision=6672
2002-11-25Update Tomas Kukosa's e-mail address.Guy Harris1-1/+1
svn path=/trunk/; revision=6671
2002-11-23Update Mike Hall's e-mail address.Guy Harris1-1/+1
svn path=/trunk/; revision=6666
2002-11-18add Martin Regner as authorUwe Girlich1-0/+1
svn path=/trunk/; revision=6657
2002-11-16From Dave Richards: support BACNET over 802.2.Guy Harris1-0/+1
svn path=/trunk/; revision=6644
2002-11-15Gtk1 version of io-statRonnie Sahlberg1-0/+24
svn path=/trunk/; revision=6636
2002-11-13From Brian Ginsbach: add a new "dissect_rpc_bytes()" routine to allowGuy Harris1-0/+1
fixed-length opaque data to be dissected, and add support for SGI's variant of the ONC RPC mount protocol. svn path=/trunk/; revision=6620
2002-11-12From Ronald Henderson: in LDAP dissector, handle Sequence Of headerGuy Harris1-0/+1
being split across TCP segments. svn path=/trunk/; revision=6618
2002-11-09Put in a note about "ntoh[ls]()" and "hton[ls]()" vs. the GLib versionsGuy Harris1-3/+12
of same. svn path=/trunk/; revision=6594
2002-11-09Add support for SIGINFO on systems that have it.Guy Harris1-1/+3
svn path=/trunk/; revision=6590
2002-11-06From Andreas Trauer:Guy Harris1-0/+1
Replace the handling of PPP packets over GTPv1 and also establish the handling of PPP packet over GTPv0. Additionally IPv6 packets are handled in GTPv0 and GTPv1. Explanation: - old solution: examining the known PPP protocols is a tough task, because there might be more in the future -> the list must be extended more and more (the octet 0x00 has already been added for PPP network layer protocols, but for protocol field compression a lot of protocols must be inserted for IPv4(0x21), IPv6(0x57), maybe IPX (0x2b) or AppleTalk (0x29), ...) - new solution: It is easier the other way: the most significant nibble of the first octet must be 4 for IPv4 and 6 for IPv6. All other values are assumed to be PPP packets, including packets beginning with values 0x40-0x44 (header too short for IPv4 packet) and value 0x4f (PPP protocol type (IPv6 header compression protocol) taking precedence over IPv4 packets with header length of 60 octets). svn path=/trunk/; revision=6568
2002-11-04New tap extension to tethereal: ProtoColInfoRonnie Sahlberg1-1/+30
Using this command line option you canb now place any arbitrary display-filter fields on the COL_INFO line. Assume you want NFS dissector in tethereal to put ALL filehandle hashes (nfs.fh.hash) on COL_INFO. No worries, just add -z proto,colinfo,nfs.fh.hash,nfs.fh.hash as a parameter to tethereal. Never again do you need to hack tethereal and recompile just because you want some extra info on the COL_INFO line. svn path=/trunk/; revision=6560
2002-11-03From Jean-Baptiste Marchand: fix a typo in README.developer.Guy Harris2-4/+5
Also, put him into the list of authors in the man page. svn path=/trunk/; revision=6554
2002-11-03Add references to 'tethereal -D' in the '-i' section.Gerald Combs2-9/+11
svn path=/trunk/; revision=6551
2002-11-01Put in a portability note telling people to use "strchr()" andGuy Harris1-4/+9
"strrchr()", not "index()" and "rindex()"; MSVC++ doesn't declare "index()" or "rindex()" if you include <string.h>, and they're non-standard routines (the ANSI C names for those functions are "strchr()" and "strrchr()"). Add a bit more to the other portability note on the topic of non-standard vs. ANSI standard functions. svn path=/trunk/; revision=6539
2002-11-01From Fritz Budiyanto: the command in the Packet Transfer Command IE isGuy Harris1-0/+1
one byte, so fetch it with "tvb_get_guint8()", not "tvb_get_ntohl()". Put in the location in the GPRS standard where that's defined, while we're at it. svn path=/trunk/; revision=6533
2002-11-01New tap extension for tethereal : ProtocolHierarchyStatistics.Ronnie Sahlberg1-0/+10
Similar to what is available on ethereal:/Tools/ProtocolHierarchyStatistics but this one can handle ALL protocols that tethereal has dissectors for. Maybe a gtk/gtk2 version of this should replace the existing one in ethereal? Try -z io,phs or -z io,phs,<filter> to test it. svn path=/trunk/; revision=6532
2002-11-01New tap for tethereal: io statistics that provides frames/bytes counts for ↵Ronnie Sahlberg1-0/+11
frames matching user specified filters. Try it with -z io,stat,1,nfs,smb,arp on a capture containing both nfs, cifs and arp traffic. svn path=/trunk/; revision=6531
2002-10-25From Ronnie Sahlberg: update the tap documentation to reflect recentGuy Harris1-4/+4
changes. svn path=/trunk/; revision=6501
2002-10-25From Ronnie Sahlberg: Ethereal support for DCERPCSTAT.Guy Harris1-3/+25
svn path=/trunk/; revision=6499
2002-10-23From Ronnie Sahlberg: add a tap for statistics for DCERPC interfaces.Guy Harris1-0/+16
svn path=/trunk/; revision=6479
2002-10-18From Peter Fales: ARCNET support.Guy Harris1-0/+1
Sort the lists of dissectors in the DISSECTOR_SRC macros in "Makefile.am" and "Makefile.nmake". svn path=/trunk/; revision=6450
2002-10-17Put in a note telling people not to use "long" for 32-bit quantities.Guy Harris1-4/+9
svn path=/trunk/; revision=6446
2002-10-15From Jason House: include <winsock2.h> early in "wtap-int.h" on Win32Guy Harris1-0/+1
builds with zlib - "zlib.h", alas, includes <winsock.h>, and you can't include <winsock.h> before including <winsock2.h> (at least you can include <winsock2.h> before including <winsock.h>; thank heaven for small favors). svn path=/trunk/; revision=6427
2002-10-08From Senthil Kumar Nagappan: fix a "proto_tree_add_uint()" call that wasGuy Harris1-0/+1
supposed to be a "proto_tree_add_item()" call. svn path=/trunk/; revision=6382
2002-10-08From Lutz Jaenicke: use "g_htonl()" rather than "htonl()".Guy Harris1-0/+1
svn path=/trunk/; revision=6381
2002-10-08From cjs 2895: get rid of C++ comments, so IBM's Visual Age C compilerGuy Harris1-10/+14
can compile the code. Note that Bill Fumerola rewrote the Cisco NetFlow dissector. Update a bunch of addresses in the Ethereal man page, and put some missing addresses in. svn path=/trunk/; revision=6380