summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2010-04-02Add -X stdin_descr to the man page.Gerald Combs1-0/+3
svn path=/trunk/; revision=32358
2010-03-26From Andrej Kuehnal:Anders Broman1-0/+43
tap-diameter-avp.patch: - make diameter.cmd_code configurable rather than hard coded in - more fields in the output - documetation/man pages + usage examples - switch option parser from stdlib to glib to avoid troubles with M$ c++ diameter-dict.patch remove strage spaces in the AVP names. svn path=/trunk/; revision=32294
2010-03-19Clarify that "-b" with the "files" criterion needs either duration or filesizeJeff Morriss3-46/+55
to be set. Clarify that each "-b" criterion needs the "-b" option (see bug 4573). Fix a couple of typos. svn path=/trunk/; revision=32245
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-13/+18
date as YYYY/DDD, where DDD is a 1-origin day of year. Move the formats to a "time_fmt.h" file, included by the headers that use it. Have abs_time_to_str() and abs_time_secs_to_str() take the date format value, rather than a Boolean "show this as UTC" flag, as an argument. Document the ABSOLUTE_TIME_ formats a bit better. Use that format in the CCSDS and VCDU dissectors, rather than having those dissectors do the formatting themselves. svn path=/trunk/; revision=32034
2010-02-24Add descriptions of a few more environment variables that affect *shark's ↵Jeff Morriss3-0/+78
operation svn path=/trunk/; revision=31973
2010-02-20Add note about not using C99 features.Bill Meier1-0/+3
svn path=/trunk/; revision=31933
2010-02-18Fix a warning from pod2man.Guy Harris1-2/+0
svn path=/trunk/; revision=31911
2010-02-17Add an option to capinfos to print start and end times as seconds, whichGerald Combs2-110/+131
makes time-shifting using editcap easier. Sort the flags in the capinfos man page alphabetically to match the other man pages. Add a time-shifting example to the mergecap man page. svn path=/trunk/; revision=31905
2010-02-11Hmmm, suffix rules don't have dependencies, only prerequisites.Jeff Morriss1-3/+3
svn path=/trunk/; revision=31866
2010-02-11Use suffix rules to simplify the man page generationJeff Morriss1-124/+13
svn path=/trunk/; revision=31864
2010-02-07From Alex Lindberg via bug 4463:Stig Bjørlykke1-7/+21
Added se_tree_lookup32_array_le to emem.[ch]. This function is similar to se_tree_lookup32_le already defined. Updated README.binarytrees to reflect this added function and corrected minor spelling issues. svn path=/trunk/; revision=31812
2010-01-26Add a note about filesystem capabilities.Gerald Combs1-4/+13
svn path=/trunk/; revision=31686
2010-01-18Rewrite the bit about null vs. non-null "tree" dissector arguments aGuy Harris1-18/+12
bit, so as not to imply that there's some form of global "mode" Wireshark is in when it passes a null or non-null pointer (there isn't), and to explicitly note that there is *no* guarantee about the value of "tree" on the first call to the dissector. (I.e., please do not build a mental model of how Wireshark works in that regard, and write your dissector based on that mental model - you *will* be wrong.) svn path=/trunk/; revision=31560
2009-12-28Remove repeated blank lines which caused the pod processor to not recognize ↵Bill Meier1-1/+0
the following pod directive. svn path=/trunk/; revision=31372
2009-12-28Remove repeated blank lines which caused the pod processor to not recognize ↵Bill Meier1-4/+0
the following pod directive. svn path=/trunk/; revision=31371
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-10/+27
ABSOLUTE_TIME_LOCAL or ABSOLUTE_TIME_UTC, indicating whether to display the date/time in local time or UTC. (int)ABSOLUTE_TIME_LOCAL == (int)BASE_NONE, so there's no source or binary compatiblity issue, although we might want to eliminate BASE_NONE at some point and have the BASE_ values used with integral types start at 0, so that you can't specify BASE_NONE for an integral field. svn path=/trunk/; revision=31319
2009-12-12Clarify that BASE_RANGE_STRING is a flag set in the display field, notGuy Harris1-2/+6
itself a valid value for that field - it should be ORed with a value. Indicate that it will never be possible to record in a header_field_info a byte order for all fields, as some protocols do not specify the endianness of fields (for example, DCE RPC uses "receiver makes it right", with the sender sending data in its byte order, with an indication in the packet of what that byte order is). svn path=/trunk/; revision=31248
2009-12-11From Richard Pecl:Jaap Keuter1-0/+16
Adding prefs_register_protocol_subtree to libwireshark.def svn path=/trunk/; revision=31246
2009-12-11Split "willcollect" into its two component words.Guy Harris2-20/+21
Document "-z conv,ipv6" for Wireshark. Rewrite the descriptions of the "-z conv,{type}" options a bit. svn path=/trunk/; revision=31233
2009-12-11As long as we have an IPv6 tap, we might as well add a "conv,ipv6"Guy Harris1-1/+2
statistic to TShark. svn path=/trunk/; revision=31232
2009-12-07Add SHA1, RMD160, and MD5 hashes to capinfos.Gerald Combs1-2/+8
svn path=/trunk/; revision=31191
2009-11-21Add documentation for -J and -j command line parameters.Jaap Keuter1-0/+13
svn path=/trunk/; revision=31038
2009-11-13From Jim Young:Jaap Keuter1-6/+185
The ability to continue processing additional files if and when wtap_open_offline() should fail. A new -C option reverts to capinfos' original behavior which is to cancel any further file processing at first file open failure. Change the behavior of how the default display of all infos is initiated. This gets rid of a special post getopt() argument count test. Add new table output format (with related options). This feature allows outputting the various infos into a tab delimited text file, or to a comma separated variables file (*.csv) instead of the original "long" format. svn path=/trunk/; revision=30956
2009-11-11Minor whitespace fixesJörg Mayer1-10/+10
svn path=/trunk/; revision=30933
2009-11-08wireshark.pod is now a generated file, generated fromGuy Harris1-1/+1
wireshark.pod.template. svn path=/trunk/; revision=30868
2009-11-07Apply r30854 to Windows NmakefilesKovarththanan Rajaratnam1-6/+6
svn path=/trunk/; revision=30856
2009-11-07Clean up build process for wireshark.1Jörg Mayer2-7/+7
svn path=/trunk/; revision=30854
2009-10-30Add instructions for the cmake files.Jaap Keuter1-7/+28
svn path=/trunk/; revision=30765
2009-10-28From Nemeth Marton: in an example of a valid (at least at the C languageGuy Harris1-1/+1
level) way to handle passing the result of strlen() to a routine expecting a int-sized value, mark it as "OK", not "Compiler warning". svn path=/trunk/; revision=30747
2009-10-27Reflect the current status of Windows pipes.Gerald Combs1-4/+2
svn path=/trunk/; revision=30723
2009-10-20Take a stab at adding a section on environment variables that affect ↵Jeff Morriss3-96/+213
*shark's behavior. So far, all the emem variables are included. svn path=/trunk/; revision=30648
2009-09-24Update *.vcproj to visual studio 8Anders Broman1-1/+2
svn path=/trunk/; revision=30111
2009-09-14Update: Remove references to the use of check_col() since no longer required.Bill Meier1-28/+9
svn path=/trunk/; revision=29897
2009-08-31We don't use PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 internally in ↵Kovarththanan Rajaratnam1-5/+0
Wireshark, so don't encourage people to use them. Use G_GINT64_FORMAT + friends instead. svn path=/trunk/; revision=29636
2009-08-28Add an example for generating CSV output.Gerald Combs1-1/+7
svn path=/trunk/; revision=29597
2009-08-26From dragonlinux AT gmail.com: Fix incorrect location of a right brace;Bill Meier1-1/+3
svn path=/trunk/; revision=29565
2009-07-29Fix a typoBill Meier1-1/+1
svn path=/trunk/; revision=29241
2009-07-13Fix one place where we didn't mention "-t dd".Guy Harris2-4/+8
Put the description of the default time format after the description of all the time formats, i.e. say "the default is relative" after we say what "relative" is. svn path=/trunk/; revision=29089
2009-07-13From Reinhard Speyerer:Jaap Keuter1-1/+4
The description of tshark -t dd is missing from tshark.pod. svn path=/trunk/; revision=29088
2009-07-13Add additional indentation to -z <statistics> section to improve readability.Bill Meier1-130/+303
Do some work on "Interface" section to have it match current Wireshark: additionas/changes to "Menu Items" sub-section. Various other minor reformatting and rewording. svn path=/trunk/; revision=29081
2009-07-13Add additional indentation to -z <statistics> swction to improve readability.Bill Meier1-75/+74
Various other minor reformatting and rewording. svn path=/trunk/; revision=29080
2009-07-08From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+7
Update to include the new constraints. svn path=/trunk/; revision=29015
2009-07-08Recommend the expert mechanism, rather than DISSECTOR_ASSERT(), forGuy Harris1-2/+9
checks that really check whether the packet is valid; DISSECTOR_ASSERT() should only be used for cases where the dissector is making an assumption about its internal state. svn path=/trunk/; revision=29006
2009-07-06From Kovarththanan Rajaratnam:Anders Broman1-5/+5
More "Cleanup header_field_info definitions" svn path=/trunk/; revision=28961
2009-06-26Use NULL for empty blurb.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28846
2009-06-22Copy AUTHORS-SHORT to the top-level directory so Help->About can find it ↵Jeff Morriss1-4/+12
when run from the build directory. svn path=/trunk/; revision=28816
2009-06-21Move the generated documentation (man pages, AUTHORS-SHORT-FORMAT, andJeff Morriss5-81/+296
AUTHORS-SHORT) into doc/. This cleans up the top-level Makefile.am (no more need to have rules for each man page in both files) and solves the parallel-build problem described in: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3494 svn path=/trunk/; revision=28784
2009-06-15Note that non-ASCII characters in source files cause problems.Guy Harris1-0/+11
svn path=/trunk/; revision=28742
2009-06-12Add mergecap to see also.Jörg Mayer1-1/+1
svn path=/trunk/; revision=28710
2009-06-11Fix tpyo.Guy Harris1-1/+1
svn path=/trunk/; revision=28708