aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
AgeCommit message (Collapse)AuthorFilesLines
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
2007-09-12From Patrick Lundquist:Bill Meier1-2/+2
the Lua dissector example in wsluarm.xml uses C defines instead of Lua defines where display bases for ProtoFields are used. svn path=/trunk/; revision=22853
2007-09-11Fix some links to external web pages: Turn some intended entity refs into ↵Bill Meier1-12/+12
real entity refs svn path=/trunk/; revision=22848
2007-09-11Some cleanup for Chapter 7: typos, spelling and minor reformatting/rewording..Bill Meier1-61/+61
svn path=/trunk/; revision=22847
2007-09-11Some cleanup for Chapters 5 & 6: typos, spelling and minor rewording/additions. Bill Meier2-24/+25
svn path=/trunk/; revision=22842
2007-09-10Correct (essentially revert) the reference to the Microsoft Debugging Tools;Bill Meier1-1/+1
svn path=/trunk/; revision=22839
2007-09-10Undo one unintended change.Bill Meier1-1/+1
svn path=/trunk/; revision=22838
2007-09-10Some cleanup: correct some grammar and do a few minor rewordingsBill Meier11-37/+37
svn path=/trunk/; revision=22837
2007-09-10General cleanup; Update 'Win32 Automated library download' section slightly;Bill Meier10-313/+326
Cleanup: - relatively minor wording changes - spelling - typos - minor formatting changes svn path=/trunk/; revision=22836
2007-09-09start an experiment to provide MS Visual Studio 2005 solution / project ↵Ulf Lamping1-0/+313
files for a lot easier debugging. They still use the underlying Makefile.nmake files for the actual build process. svn path=/trunk/; revision=22831
2007-09-06Fix problems found by Beyond Security: Gerald Combs1-0/+12
Instead of overflowing an unsigned int when determining the number of items in a range, use a signed int and check for a negative value. Make sure our offset increments as we step through each item. This should avoid large/inifinite loops. Fix the size of hf_dnp3_al_range_stop32. svn path=/trunk/; revision=22811
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-0/+17
setuid instead of Wireshark. Remove the "DANGEROUS" notices, but leave it disabled by default. Whine if the user runs Wireshark or TShark as root. Add a preference to disable the whining. Add a "setuid-root" script that can be used to switch dumpcap and TShark's setuid-ness on and off for development and testing. Update the release notes and README.packaging. svn path=/trunk/; revision=22733
2007-08-29fix broken tagsUlf Lamping1-1/+1
svn path=/trunk/; revision=22722
2007-08-29various updates to match current MSVC compiler problems, fix some typos, ...Ulf Lamping2-61/+129
svn path=/trunk/; revision=22721
2007-08-28add "Classless InterDomain Routing (CIDR) notation" explanation to the ↵Ulf Lamping1-1/+8
display filter section svn path=/trunk/; revision=22716
2007-08-28some more editingUlf Lamping1-28/+17
svn path=/trunk/; revision=22710
2007-08-28move "create guides" section above installer section as the installer might ↵Ulf Lamping1-7/+7
need the user's guide svn path=/trunk/; revision=22706
2007-08-26Added "Dot" as a new IO Graph style in the user guide.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=22667
2007-08-18Bug #1446 work-around from Toralf Förster Bill Meier1-1/+2
svn path=/trunk/; revision=22550
2007-08-16finish the expert info sectionUlf Lamping4-20/+24
svn path=/trunk/; revision=22526
2007-08-16some more editing of the expert infos - still incompleteUlf Lamping1-31/+51
svn path=/trunk/; revision=22522