summaryrefslogtreecommitdiff
path: root/docbook
AgeCommit message (Collapse)AuthorFilesLines
2008-02-22Reduce the H1 font size a bit.Gerald Combs1-0/+1
svn path=/trunk/; revision=24436
2008-02-19Add 'executable' property to a few .pl and .py filesBill Meier1-0/+0
svn path=/trunk/; revision=24390
2008-02-19Removed the <?xml> tag.Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=24389
2008-02-18Add $Id$Bill Meier2-0/+6
svn path=/trunk/; revision=24382
2008-02-17Updated the User Guide:Stig Bjørlykke6-116/+173
- Added description for WLAN Traffic statistics. - Added "Limit to display filter" description in conversations and endpoints. - Added a tip in IO Graphs to click in the graph to select a matching packet. - Some indentation fixes. svn path=/trunk/; revision=24371
2008-02-16Indent the body of one paragraph, as was done with some otherGuy Harris1-3/+4
paragraphs, to make it easier to see the nesting of tags. svn path=/trunk/; revision=24363
2008-02-16Remove a </para>Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24356
2008-02-16Fix(?) nesting of <para> tags.Guy Harris1-5/+5
svn path=/trunk/; revision=24348
2008-02-15Extend the UAT and preferences code so that you can use the "-o" flagGerald Combs1-1/+12
to override UAT entries from the command line, e.g. -o "uat:user_dlts:\"User 0 (DLT=147)\",\"http\",\"0\",\"\",\"0\",\"\"" Fix up white space. svn path=/trunk/; revision=24338
2008-02-14Added option to turn off name resolution.Stig Bjørlykke1-0/+7
Added help button (documentation TBD). svn path=/trunk/; revision=24329
2008-02-04Improved the profile name check to popup a dialog when trying to apply anStig Bjørlykke1-0/+9
invalid profile name. svn path=/trunk/; revision=24268
2008-02-01Updated various misleading examples.Jaap Keuter1-12/+12
svn path=/trunk/; revision=24240
2008-01-21From Douglas Pratley (bug 1445):Stig Bjørlykke1-0/+38
Add a "subnets" file defining a named list of subnets. svn path=/trunk/; revision=24154
2008-01-20Upate another VC++ 2005 EE link.Gerald Combs1-34/+34
svn path=/trunk/; revision=24147
2008-01-20Fixed a </para> placement.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24146
2008-01-20Document the copy button in conversations, endpoints and iographs.Stig Bjørlykke2-14/+29
svn path=/trunk/; revision=24144
2008-01-15Update the VC2005EE URL.Gerald Combs1-109/+109
svn path=/trunk/; revision=24103
2008-01-14Fixed a typo in the docbook.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24093
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke3-0/+152
configure and use more than one set of preferences and configuration files. This can be found in the "Configuration Profiles..." menu item from the Edit menu, or by pressing Shift-Ctrl-A. It's also possible to start wireshark and tshark with a named profile by using the "-C ProfileName" option. A new status pane in the main window will show the current profile. The configuration files currently stored in the Profiles are: - Preferences - Capture Filters - Display Filters - Coloring Rules - Disabled Protocols - User Accessible Tables The recent data are by design not added to the profile. Planned future enhancements: - make a more convenient function to switch between profiles - add a "clone profile" button to copy an existing profile - make the profiles list active and accept return as OK - save users "Decode as" in the profile - make new, clone and deletion of profiles more secure - make some of the recent values available in the profile This patch also fixes: - setting default status pane sizes - a bug setting status pane for packets when not having main lower pane. svn path=/trunk/; revision=24089
2008-01-11Update the documentation style sheet with a modified version of AsciiDoc'sGerald Combs1-4/+269
(http://www.methods.co.nz/asciidoc/). svn path=/trunk/; revision=24066
2007-12-30Updated wsug according to changes in IO Graphs.Stig Bjørlykke2-2/+8
svn path=/trunk/; revision=23978
2007-12-10Get the paragraph markers right.Jaap Keuter1-1/+1
svn path=/trunk/; revision=23829
2007-12-10Add some discussion about plugins vs build-in dissectors.Jaap Keuter1-15/+26
svn path=/trunk/; revision=23822
2007-12-02Update screenshot according to button change.Stig Bjørlykke1-0/+0
svn path=/trunk/; revision=23698
2007-12-01Add a compatibility note from Ethereal(!) bug 1130.Gerald Combs1-187/+190
svn path=/trunk/; revision=23694
2007-11-30Update the users guide according to recent changes in the statistics windows:Stig Bjørlykke6-6/+9
- New column "Marked" in the summary window - New label "Capture filter" in the hierarchy window - Moved Copy button in conversations and endpoints - Added the zero value on the x-axis in io graphs svn path=/trunk/; revision=23690
2007-11-29List Conversations before Endpoints to be in sync with the application.Stig Bjørlykke1-38/+38
svn path=/trunk/; revision=23671
2007-11-24Terminate <para> with </para>.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=23574
2007-11-24This patch adds (ten) temporary coloring rules which will only live until ↵Sake Blok3-3/+74
Wireshark is quit. Temporary coloring filters can be set by: - pressing <ctrl>-<digit> will create a conversation coloring filter based on the addresses of the currently selected packet (order TCP/UDP/IP/Ethernet) This can also be achieved from the "View|Colorize Conversation" menu. - Rightclicking on a packet in the packet-list will give the option to "Colorize Conversation" just as "Conversation Filter" does. - Rightclicking on an item in the packet-detail-list will give the option to "Colorize with filter" which works similar to "Apply as filter" Temporary filters can be cleared from the same menus or by pressing <ctrl>-<space>. This patch also adds an item to the above mentioned menu's to add a permanent color filter in the same way. The colors for the temporary coloring rules are now hardcoded as I do not know how to change the color of menu-items and therefore I chose to use icons to show the actual color of each of the ten temporary coloring rules. Is it at all possible to have different menu items in different colors? One other way of solving this is to recreate the icons on the fly after changing the colors. I will have a look into that once it is clear whether I can use different colors within the menu structure. svn path=/trunk/; revision=23560
2007-11-21Bump the trunk to 0.99.8.Gerald Combs1-381/+6
svn path=/trunk/; revision=23525
2007-11-20Bump the version numbers.Gerald Combs2-2/+2
svn path=/trunk/; revision=23522
2007-11-19Fix an infinite loop, and be more paranoid about looping in general.Gerald Combs1-0/+12
svn path=/trunk/; revision=23496
2007-11-16Fix a buffer overflow in the PPP dissector. Try to fix uninitialized Gerald Combs1-0/+12
variable warnings turned up by Valgrind. svn path=/trunk/; revision=23475
2007-11-16Add changes up to r23464.Gerald Combs1-1/+248
svn path=/trunk/; revision=23470
2007-11-15Don't try to reassemble a huge number of fragments.Gerald Combs1-0/+12
svn path=/trunk/; revision=23463
2007-11-14Keep the MEGACO dissector from looping on a malformed events descriptor.Gerald Combs1-1/+13
svn path=/trunk/; revision=23449
2007-11-09Don't call tvb_set_child_real_data_tvbuff() + add_new_data_source() twiceGerald Combs1-0/+12
for the same tvb. This keeps us from freeing the same memory twice and crashing on some systems. This might be the same bug Brian Vandenberg was looking for in http://www.wireshark.org/lists/wireshark-dev/200705/msg00406.html . svn path=/trunk/; revision=23415
2007-11-08Fix a couple of integer underflows.Gerald Combs1-0/+13
svn path=/trunk/; revision=23398
2007-11-07Back out r23308 for the time being, since it's making hhc.exe on the WindowsGerald Combs1-8/+2
builder crash. svn path=/trunk/; revision=23393
2007-11-03- Future improve/clean up the now generic follow stream codeStephen Fisher1-0/+8
- Add "Follow UDP Stream" feature svn path=/trunk/; revision=23346
2007-10-29Add comment for Windows build re config.nmake and .h file changes requiring ↵Bill Meier1-2/+8
distclean svn path=/trunk/; revision=23308
2007-10-24Add an item for the recent packet-gdsdb.c fixes.Gerald Combs1-0/+13
svn path=/trunk/; revision=23267
2007-09-26Added 1 min and 10 min tick intervals to the user guide.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=22993
2007-09-25Add an item about the coloring rules crash fix.Gerald Combs1-0/+8
svn path=/trunk/; revision=22967
2007-09-19Add an item for ANSI MAP.Gerald Combs1-0/+12
svn path=/trunk/; revision=22914
2007-09-16Fix a buffer overflow found by Stefan Esser (untested).Gerald Combs1-0/+11
svn path=/trunk/; revision=22883
2007-09-14Add "Session setup by" information field descriptionJaap Keuter1-0/+7
svn path=/trunk/; revision=22876
2007-09-13Fix TypoBill Meier1-1/+1
svn path=/trunk/; revision=22860
2007-09-13Cleanup: mostly Chapter 8 and beyond: the usual minor rewording and ↵Bill Meier9-122/+135
reformatting, typos, spelling, grammar & etc. svn path=/trunk/; revision=22859
2007-09-12Add info for Fedora 7Bill Meier1-3/+14
svn path=/trunk/; revision=22856