aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2009-02-05Fix a typoJeff Morriss1-18/+18
svn path=/trunk/; revision=27375
2009-01-15Update the description & skeleton code for the use of proto_reg_handoff.Bill Meier1-32/+64
svn path=/trunk/; revision=27239
2008-12-31Service response time statistics for MEGACO (CLI part).Balint Reczey1-0/+17
Refactored GUI part to avoid code duplication. svn path=/trunk/; revision=27143
2008-12-31Service response time statistics for MEGACO (GUI only).Balint Reczey1-0/+14
svn path=/trunk/; revision=27140
2008-12-18Describe the "-d" option a little more clearly.Gerald Combs1-3/+12
svn path=/trunk/; revision=27055
2008-11-18Wrap "USA." in the address of the FSF onto a new line with a * in front of it.Stephen Fisher1-1/+2
svn path=/trunk/; revision=26801
2008-11-01Update tabsize, re-group bitfield proto_tree functions, extend fieldinfo ↵Jaap Keuter1-90/+118
macro descriptions. svn path=/trunk/; revision=26667
2008-10-23Add tvb_bytes_to_str() & tvb_bytes_to_str_punct(); fix a few typos.Bill Meier1-5/+21
svn path=/trunk/; revision=26519
2008-10-03document the new -K argumentRonnie Sahlberg2-0/+16
svn path=/trunk/; revision=26346
2008-09-22Polish up the proto_tree_add_bitmask() description example.Jaap Keuter1-0/+8
svn path=/trunk/; revision=26249
2008-09-22Fix for bug 2889:Jaap Keuter1-2/+7
Add description of FT_UINT_BYTES. svn path=/trunk/; revision=26248
2008-09-09from Christopher.Maynard@GTECH.COM:Ulf Lamping1-28/+40
Attached is a small patch with minor formatting changes and a few XXX's filled in with some additional information. svn path=/trunk/; revision=26170
2008-09-06compile a document about heuristic dissectors, following:Ulf Lamping2-0/+201
http://www.wireshark.org/lists/wireshark-dev/200808/msg00234.html svn path=/trunk/; revision=26146
2008-08-22Minor rewording; fix a typeBill Meier1-5/+9
svn path=/trunk/; revision=26056
2008-08-04From Alexey Neyman :Anders Broman1-2/+25
This patch implements a function for dissecting bitfields with better control over the resulting representation than the existing proto_tree_add_bitmask() routine. This function will be used by reworked IPMI/ATCA dissector (bug 2048). The function is described in README.developer. In short, the differences are as follows: - The new function does not require a hf_XXX field for the whole bitmask. When the bitmask includes several unrelated fields, such hf_XXX field does not make sense. - The new function allows better control over the way the sub-item descriptions are added to the top-level item. For example, proto_tree_add_bitmask() function does not add non-enumerated integers, does not use true_false_string to display boolean. - The new function allows to specify "fallback" text for the top-level item which is used if no items were added to the top-level item. svn path=/trunk/; revision=25920
2008-07-30From Alexey Neyman :Anders Broman1-2/+12
Implement BASE_CUSTOM display type svn path=/trunk/; revision=25870
2008-07-30Add information aboutAnders Broman1-1/+26
tvb_get_bits proto_tree_add_bits_item and proto_tree_add_bits_item_ret_val. svn path=/trunk/; revision=25866
2008-07-24Remove the (long deprecated) proto_tree_add_*_hidden() functionsJeff Morriss1-126/+65
svn path=/trunk/; revision=25820
2008-07-18Hyphenate "per-packet information".Guy Harris1-3/+3
svn path=/trunk/; revision=25767
2008-07-02Put the EXTRA_DIST items for the doc directory in doc/Makefile.am (whichGuy Harris1-0/+30
doesn't need to be one of those items). svn path=/trunk/; revision=25660
2008-06-30From Abhik Sarkar via ↵Jeff Morriss1-2/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2661 : fix prototypes of tvb_fake_unicode() and tvb_get_ephemeral_faked_unicode() svn path=/trunk/; revision=25636
2008-06-16Fix for bug 2612:Jaap Keuter1-3/+4
cleaned up FT_UINT_STRING type description. svn path=/trunk/; revision=25459
2008-06-16Fix for bug 2611:Jaap Keuter1-1/+1
Add -v option to example "od" command line. svn path=/trunk/; revision=25458
2008-05-23eth_ --> ws_Bill Meier1-5/+5
svn path=/trunk/; revision=25370
2008-05-21Fix typoBill Meier1-1/+1
svn path=/trunk/; revision=25346
2008-05-21Only Glib/GTK+ >= 2.4/2.4 supported; checkAPIs.pl should be used to verify code.Bill Meier1-13/+8
svn path=/trunk/; revision=25340
2008-05-20Clean up PTV cursor documentation.Jaap Keuter1-30/+33
svn path=/trunk/; revision=25321
2008-05-02Ensure wireshark-filter doc rebuilt when tshark changes; optimize rebuild ↵Bill Meier1-7/+1
slightly svn path=/trunk/; revision=25215
2008-04-14From Andrew Feren (bug 2462):Stig Bjørlykke1-0/+5
Patch to print packet rate. From me: Document -x option in man page. svn path=/trunk/; revision=25024
2008-04-09remove GTK1 only preferences descriptionUlf Lamping1-12/+0
svn path=/trunk/; revision=24872
2008-04-09lot's of GTK1 related code cleanup in the Win32 build processUlf Lamping1-4/+4
svn path=/trunk/; revision=24854
2008-04-07- Remove GLIB1 codeStephen Fisher1-7/+0
- Change ugly GLIB version checking statements to GLIB_CHECK_VERSION - Remove ws_strsplit files because we no longer need to borrow GLIB2's g_strsplit code for the no longer supported GLIB1 builds svn path=/trunk/; revision=24829
2008-04-05add ws.css to cleanUlf Lamping1-0/+1
svn path=/trunk/; revision=24787
2008-03-23From William Pursell:Jaap Keuter1-17/+17
typos in documentation. svn path=/trunk/; revision=24719
2008-03-21Fix bug #2382: Typos in README.developerStephen Fisher1-7/+7
svn path=/trunk/; revision=24712
2008-03-17From William Pursell:Anders Broman1-1/+1
Minor errors in the documentation, and an Ethereal reference svn path=/trunk/; revision=24673
2008-03-14Updates and fixes.Gerald Combs1-13/+33
svn path=/trunk/; revision=24635
2008-03-09Complete binary tree description with string keys.Jaap Keuter3-15/+45
Update some entries in developer doc. Add some preference description in POD. svn path=/trunk/; revision=24594
2008-03-07Make some text verbatim.Gerald Combs1-16/+16
svn path=/trunk/; revision=24585
2008-03-05from Andrew Feren :Anders Broman1-3/+3
Trivial agreement problem in documentation. svn path=/trunk/; revision=24568
2008-02-27Expand the setuid text a bit.Gerald Combs1-1/+4
svn path=/trunk/; revision=24485
2008-02-26Wrap a line in the INSTALL file and correct some text in README.packaging.Gerald Combs1-2/+2
svn path=/trunk/; revision=24481
2008-02-22Fix CSS paths.Gerald Combs1-12/+12
svn path=/trunk/; revision=24434
2008-02-22Fix a target.Gerald Combs1-1/+1
svn path=/trunk/; revision=24429
2008-02-22Use the docbook CSS for the man pages (which assumes your version of Gerald Combs2-20/+46
pod2html supports the "--css" flag). Package up the CSS file, and add missing HTML files where needed. svn path=/trunk/; revision=24428
2008-02-19Back out useing $Id$; There's a reason for using Date/Author/etc. (Oops)Bill Meier1-1/+3
svn path=/trunk/; revision=24387
2008-02-18Fix typoBill Meier1-1/+1
svn path=/trunk/; revision=24381
2008-02-18Fix some some propertiesBill Meier1-3/+1
svn path=/trunk/; revision=24380
2008-02-16Remove extra copies of the content.Gerald Combs1-1127/+0
svn path=/trunk/; revision=24362
2008-02-15Add rawshark, a utility that, when given raw pcap-formatted packets andGerald Combs3-3/+1535
a list of fields, prints the field values found in each packet. Packet data can be specified as a libpcap DLT, e.g. "EN10MB" or an upper-layer protocol, e.g. "http". svn path=/trunk/; revision=24339