aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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
2009-06-11Update the GPL statement used in dissectors.Stig Bjørlykke1-8/+7
svn path=/trunk/; revision=28695
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-8/+30
a protocol tree; the column values. This includes stats-tree listeners. Have the routines to build the packet list, and to retap packets, honor those requirements. This means that cf_retap_packets() no longer needs an argument to specify whether to construct the column values or not, so get rid of that argument. This also means that there's no need for a tap to have a fake filter to ensure that the protocol tree will be built, so don't set up a fake "frame" filter. While we're at it, clean up some cases where "no filter" was represented as a null string rather than a null pointer. Have a routine to return an indication of the number of tap listeners with filters; use that rather than the global num_tap_filters. Clean up some indentation and some gboolean vs. gint items. svn path=/trunk/; revision=28645
2009-06-03Fix pod errors in man pods.Balint Reczey2-5/+5
svn path=/trunk/; revision=28618
2009-05-30adding README.python to EXTRA_DISTSebastien Tandel1-0/+1
svn path=/trunk/; revision=28533
2009-05-30python binding update :Sebastien Tandel1-0/+299
* adding pydoc documentation to doc/README.python * possible to access directly libwireshark via libhandle and raw_<tvb|pinfo|tree> * transform some methods into properties * update sample to reflect changes/features * adding comments!!! svn path=/trunk/; revision=28532
2009-05-20From Jakub Zawadzki via bug 3421:Gerald Combs1-10/+7
e_ip->ip_ttl is currently always set to 0, in attachment fix. I also (in same patch, sorry) submit cleanup to use ep_alloc() instead of static e_ip buffers, I didn't test it, but I hope it's ok. There's note about static buffers in doc/README.tapping, which should also be updated, but I don't feel so good with my English :) From me: Rename e_ip to ws_ip. Update the static buffers note in README.tapping. svn path=/trunk/; revision=28425
2009-05-12SYNOPSYS --> SYNOPSISBill Meier10-10/+10
svn path=/trunk/; revision=28338
2009-05-12Update man pages; Add several missing options; Fix typos, Do minor rewording; Bill Meier5-30/+41
editcap: Add description of -i option; dumpcap: Add description of -S option; svn path=/trunk/; revision=28336
2009-05-02From Reinhard Speyerer:Jaap Keuter1-1/+1
This patch fixes several misspellings/typos in Wireshark documentation. svn path=/trunk/; revision=28246
2009-05-02From Reinhard Speyerer:Jaap Keuter1-7/+7
This patch fixes several misspellings/typos in Wireshark documentation. svn path=/trunk/; revision=28245
2009-05-02From Reinhard Speyerer:Jaap Keuter1-2/+2
This patch fixes several misspellings/typos in Wireshark documentation. svn path=/trunk/; revision=28244
2009-05-02From Reinhard Speyerer:Jaap Keuter1-1/+1
This patch fixes several misspellings/typos in Wireshark documentation. svn path=/trunk/; revision=28243
2009-05-02From Reinhard Speyerer:Jaap Keuter1-4/+4
This patch fixes several misspellings/typos in Wireshark documentation. svn path=/trunk/; revision=28242
2009-05-02From Reinhard Speyerer:Jaap Keuter1-1/+1
This patch fixes several misspellings/typos in Wireshark documentation. svn path=/trunk/; revision=28241
2009-05-02From Reinhard Speyerer:Jaap Keuter1-2/+2
This patch fixes several misspellings/typos in Wireshark documentation. svn path=/trunk/; revision=28240
2009-04-27Add -n option to dumpcap. It will save the capture files inMichael Tüxen1-0/+7
pcapng format instead of pcap. The default is to use pcap. svn path=/trunk/; revision=28170
2009-04-17Add a note about LLP64 portability.Gerald Combs1-0/+41
svn path=/trunk/; revision=28080
2009-04-17From Jim Young <jyoung@gsu.edu>:Balint Reczey1-15/+99
- New duplicate packet removal options for editcap https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3168 I changed the patch a bit: - Adapted to 80 chars wide screen - Merged -w and -W parameters svn path=/trunk/; revision=28074
2009-04-17When building the wireshark-filter documentation on Windows, try toGerald Combs2-21/+37
figure out if we can run TShark. If we can't, just insert the dfref URL in the documentation. svn path=/trunk/; revision=28071
2009-04-14Add a note for -z io,stat,<interval>,<filter>,<filter>,... to use "." as Sake Blok1-3/+7
a decimal separator, as the "," will make the command fail. (of course it would be nice to have this fixed, but for now, it at least informs the user how to work around the issue) svn path=/trunk/; revision=28046
2009-04-08Add some more "copy" functionality:Sake Blok1-0/+15
- Enabled "Copy Description" in the main menu and gave it accelerator key CTRL+SHIFT+D - Added "Copy Fieldname" to copy the fieldname of the selected field in the detail view (Acc.Key: CTRL+SHIFT+F) - Added "Copy Value" to copy the value of the selected field in the detail view (Acc.Key: CTRL+SHIFT+V) - Updated documentation to reflect the changes svn path=/trunk/; revision=28006
2009-04-01Describe the format of libpcap records a little better - no, it's notGuy Harris1-1/+3
valid C89, but it's more accurate (and lets you know that the packet data has only caplen bytes). Fix up a list. svn path=/trunk/; revision=27925
2009-03-31Rawshark fixes from Duncan Salerno.Gerald Combs1-8/+7
svn path=/trunk/; revision=27919
2009-03-27Add initial support for string buffers - ep_allocated, growable stringsGerald Combs2-3/+22
similar to GLib's GStrings. Use them to create the list of TCP flags. svn path=/trunk/; revision=27872
2009-03-27Introduce two new functions:Stephen Fisher1-0/+11
tvb_get_seasonal_string(); tvb_get_seasonal_stringz(); .. which work the same as the ephemeral versions of the functions, but use se_alloc() instead of ep_alloc(). svn path=/trunk/; revision=27868
2009-03-12As suggested on wireshark-users, when using io,stat in tshark, make anSake Blok1-0/+1
interval of 0 signify "all packets". svn path=/trunk/; revision=27715
2009-02-23Have the minimum snapshot length be 1 byte, and have a snapshot lengthGuy Harris4-6/+10
of 0 mean 65535, similar to what tcpdump does. Fixes bug 2731. svn path=/trunk/; revision=27526
2009-02-21Update the documentation to reflect the current state of plugin development.Jaap Keuter1-49/+32
svn path=/trunk/; revision=27491
2009-02-16Add Apple PacketLogger to list of supported capture file formats.Stephen Fisher1-0/+3
svn path=/trunk/; revision=27464
2009-02-05Trivial spacing changeBill Meier1-1/+1
svn path=/trunk/; revision=27376