aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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
2001-02-13Changes to correctly decode BOOTP option 82, from Greg Kilfoyle.Guy Harris1-0/+1
svn path=/trunk/; revision=3025
2001-02-09Change to include Service ID field in dissection of Service InfoGuy Harris1-0/+1
component of WCCP 2 messages even if the service type is WCCP2_SERVICE_DYNAMIC, from Simharajan Srishylam. svn path=/trunk/; revision=3005
2001-01-30WTLS support and WSP fixes, from Alexandre P. Ferreira.Guy Harris1-0/+1
svn path=/trunk/; revision=2960
2001-01-28Use "Close", rather than "Cancel", in the filter dialog box; clickingGuy Harris1-13/+13
that button doesn't undo edits you've made to the list of filters it's displaying. Don't show an "OK" button if the dialog isn't attached to a text entry box, as the "OK" button means "enter the current filter into the attached text entry box, and close the dialog", and if there *is* no attached text entry box, "OK" doesn't do what you might expect (it's equivalent to "Close"). svn path=/trunk/; revision=2952
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsGuy Harris1-16/+14
requires that the dfilter code be initialized before the plugins are added; this required us to *re*-initialize the dfilter code after reading in all the plugins, as the plugins may themselves have added new filterable fields - that was a bit of a mess), and make the "Tools->Plugins" dialog box show the new-style plugins. svn path=/trunk/; revision=2951
2001-01-28Have separate capture and display filter lists; some filter dialog boxesGuy Harris1-25/+70
use the capture filter lists, and others use the display filter list, as appropriate. Have separate menu items for editing the capture and display filter lists. Have separate "~/.ethereal/cfilters" and "~/.ethereal/dfilters" files for the two lists; if either of those files isn't found, we try "~/.ethereal/filters", which means that you will start out with two identical lists holding all your filters - if certain filters belong only in one list, you'll have to delete them by hand from the other list. Do I/O error checking when reading and writing filter lists; when writing a filter list, write it to a new file, and then rename the new file on top of the old file, so that you don't lose your old filter list if, for example, you run out of disk space or disk quota. svn path=/trunk/; revision=2948
2001-01-16Code from Ronnie Sahlberg to complete the NLM dissector.Guy Harris1-0/+1
svn path=/trunk/; revision=2905
2001-01-13Support for the VTP Management Domain item in CDP packets, from KentGuy Harris1-0/+1
Engstr�m. svn path=/trunk/; revision=2888
2001-01-10Clarify which filter expressions on the command line are capture filtersGuy Harris2-5/+9
and which are display filters. svn path=/trunk/; revision=2857
2001-01-03Update the README.developer file to reflect the recent changes toGuy Harris1-17/+18
"proto_register_protocol()" and the addition of "prefs_register_module()". svn path=/trunk/; revision=2813
2001-01-03Support for HTTP methods added by GENA (the uPnP protocol), and for theGuy Harris1-0/+1
HTTP-based SSDP protocol, from David Hampton. svn path=/trunk/; revision=2808
2001-01-02Add a dialog box for constructing expressions that test a field in theGuy Harris1-7/+14
display tree, based on Jeff Foster's dialog box for selecting fields. Make the dialog box for browsing filters into a dialog box for constructing filters; make the "Apply" button and the "OK" button apply the filter in the text entry box in the dialog, not the currently selected filter (selecting a filter puts it in that text entry box, but the user may edit it afterwards, or may use the aforementioned dialog box to construct a filter not in the list). Get rid of extra declarations of "m_r_font" and "m_b_font" in "proto_draw.c"; they're declared in "gtk/gtkglobals.h", which it includes. svn path=/trunk/; revision=2805
2000-12-14Mobile IPv6 support, from Martti Kuparinen.Guy Harris1-0/+1
svn path=/trunk/; revision=2755
2000-12-14PPP patches from Burke Lau to:Guy Harris1-0/+1
add FCS checking; support Cisco HDLC format in the PPP dissector; handle MPLS-over-PPP. svn path=/trunk/; revision=2754
2000-12-01NFS V4 support, from Mike Frisch.Guy Harris1-0/+1
svn path=/trunk/; revision=2725
2000-11-30GVRP dissector, from Kevin Shi.Guy Harris1-0/+1
svn path=/trunk/; revision=2721
2000-11-29Use GLib's G_MODULE_EXPORT when defining constants and functionsGuy Harris1-8/+17
exported by a plugin, rather than defining our own DLLEXPORT. svn path=/trunk/; revision=2713
2000-11-15"get_CDR_short()", from Frank Singleton.Guy Harris1-0/+1
Fix a comment. svn path=/trunk/; revision=2650
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris1-0/+1
Add in stuff for a bunch of libpcap formats either in libpcap 0.5.2 or in the current CVS version; we don't implement all of them in Ethereal/Wiretap (those are "#if 0"ed out), but we do implement the IEEE 802.11 stuff (which isn't yet in libpcap or tcpdump, but the CVS version of libpcap *does* reserve 105 as the encapsulation type number for 802.11). svn path=/trunk/; revision=2646
2000-11-14Guy's synopsis of the core routines of Ethereal, minus the protocol treeGilbert Ramirez1-0/+60
stuff which I need to explain. svn path=/trunk/; revision=2644
2000-11-09Add MGCP dissector plugin from Ed Warnicke <hagbard@physics.rutgers.edu>.Gilbert Ramirez1-0/+1
svn path=/trunk/; revision=2588
2000-11-07Change zing.org addresses to ethereal.com.Gerald Combs3-4/+4
svn path=/trunk/; revision=2578
2000-11-07GIOP 1.2 support and other GIOP enhancements, from Craig Rodrigues.Guy Harris1-0/+1
svn path=/trunk/; revision=2577