Commit Graph

521 Commits

Author SHA1 Message Date
Stig Bjørlykke a60079bd1e Improved the profile name check to popup a dialog when trying to apply an
invalid profile name.

svn path=/trunk/; revision=24268
2008-02-04 15:50:17 +00:00
Jaap Keuter 0b9fb7efea Updated various misleading examples.
svn path=/trunk/; revision=24240
2008-02-01 06:47:12 +00:00
Stig Bjørlykke a88efc9325 From Douglas Pratley (bug 1445):
Add a "subnets" file defining a named list of subnets.

svn path=/trunk/; revision=24154
2008-01-21 21:44:34 +00:00
Gerald Combs b49d30415f Upate another VC++ 2005 EE link.
svn path=/trunk/; revision=24147
2008-01-20 18:53:38 +00:00
Stig Bjørlykke 9dda728c6e Fixed a </para> placement.
svn path=/trunk/; revision=24146
2008-01-20 17:07:59 +00:00
Stig Bjørlykke 8f8bce5175 Document the copy button in conversations, endpoints and iographs.
svn path=/trunk/; revision=24144
2008-01-20 13:52:48 +00:00
Gerald Combs 2b5b9ad467 Update the VC2005EE URL.
svn path=/trunk/; revision=24103
2008-01-15 21:48:16 +00:00
Stig Bjørlykke 94654a3e0a Fixed a typo in the docbook.
svn path=/trunk/; revision=24093
2008-01-14 23:22:36 +00:00
Stig Bjørlykke a2d1e9005d This patch adds support for configuration profiles, which can be used to
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-14 16:40:23 +00:00
Gerald Combs c9ff99636a Update the documentation style sheet with a modified version of AsciiDoc's
(http://www.methods.co.nz/asciidoc/).

svn path=/trunk/; revision=24066
2008-01-11 18:52:13 +00:00
Stig Bjørlykke 2501a9f4b3 Updated wsug according to changes in IO Graphs.
svn path=/trunk/; revision=23978
2007-12-30 00:08:02 +00:00
Jaap Keuter 3e3453537c Get the paragraph markers right.
svn path=/trunk/; revision=23829
2007-12-10 19:08:14 +00:00
Jaap Keuter 554a21ac4f Add some discussion about plugins vs build-in dissectors.
svn path=/trunk/; revision=23822
2007-12-10 07:54:57 +00:00
Stig Bjørlykke 395a5add85 Update screenshot according to button change.
svn path=/trunk/; revision=23698
2007-12-02 14:45:11 +00:00
Gerald Combs 2c117354d4 Add a compatibility note from Ethereal(!) bug 1130.
svn path=/trunk/; revision=23694
2007-12-01 01:17:59 +00:00
Stig Bjørlykke fb12fd593f Update the users guide according to recent changes in the statistics windows:
- 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-30 20:50:37 +00:00
Stig Bjørlykke 30d9c21bdb List Conversations before Endpoints to be in sync with the application.
svn path=/trunk/; revision=23671
2007-11-29 08:33:15 +00:00
Stig Bjørlykke 6a97eaebfd Terminate <para> with </para>.
svn path=/trunk/; revision=23574
2007-11-24 23:51:27 +00:00
Sake Blok 9b6f806089 This patch adds (ten) temporary coloring rules which will only live until 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-24 11:38:16 +00:00
Gerald Combs 7a4d6fbf36 Bump the trunk to 0.99.8.
svn path=/trunk/; revision=23525
2007-11-21 00:09:38 +00:00
Gerald Combs 9dc828635d Bump the version numbers.
svn path=/trunk/; revision=23522
2007-11-20 23:16:21 +00:00
Gerald Combs cec11effb5 Fix an infinite loop, and be more paranoid about looping in general.
svn path=/trunk/; revision=23496
2007-11-19 17:33:59 +00:00
Gerald Combs c2d537141a Fix a buffer overflow in the PPP dissector. Try to fix uninitialized
variable warnings turned up by Valgrind.

svn path=/trunk/; revision=23475
2007-11-16 23:56:18 +00:00
Gerald Combs 512833a4c1 Add changes up to r23464.
svn path=/trunk/; revision=23470
2007-11-16 20:00:00 +00:00
Gerald Combs 09360857b8 Don't try to reassemble a huge number of fragments.
svn path=/trunk/; revision=23463
2007-11-15 19:38:04 +00:00
Gerald Combs 7bed7953f6 Keep the MEGACO dissector from looping on a malformed events descriptor.
svn path=/trunk/; revision=23449
2007-11-14 19:28:29 +00:00
Gerald Combs 8e45bbf506 Don't call tvb_set_child_real_data_tvbuff() + add_new_data_source() twice
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-09 20:04:40 +00:00
Gerald Combs 4105173f0e Fix a couple of integer underflows.
svn path=/trunk/; revision=23398
2007-11-08 05:54:29 +00:00
Gerald Combs 75a21280ea Back out r23308 for the time being, since it's making hhc.exe on the Windows
builder crash.

svn path=/trunk/; revision=23393
2007-11-07 20:13:40 +00:00
Stephen Fisher 700d8194b8 - Future improve/clean up the now generic follow stream code
- Add "Follow UDP Stream" feature


svn path=/trunk/; revision=23346
2007-11-03 04:45:35 +00:00
Bill Meier a708791aa0 Add comment for Windows build re config.nmake and .h file changes requiring distclean
svn path=/trunk/; revision=23308
2007-10-29 15:11:20 +00:00
Gerald Combs 573b8d1443 Add an item for the recent packet-gdsdb.c fixes.
svn path=/trunk/; revision=23267
2007-10-24 16:43:45 +00:00
Stig Bjørlykke 4b1457c9ef Added 1 min and 10 min tick intervals to the user guide.
svn path=/trunk/; revision=22993
2007-09-26 22:55:36 +00:00
Gerald Combs 67782546bb Add an item about the coloring rules crash fix.
svn path=/trunk/; revision=22967
2007-09-25 21:35:20 +00:00
Gerald Combs bd81c014c3 Add an item for ANSI MAP.
svn path=/trunk/; revision=22914
2007-09-19 22:57:40 +00:00
Gerald Combs afa9dfcddc Fix a buffer overflow found by Stefan Esser (untested).
svn path=/trunk/; revision=22883
2007-09-16 19:28:58 +00:00
Jaap Keuter d0c2725672 Add "Session setup by" information field description
svn path=/trunk/; revision=22876
2007-09-14 22:25:07 +00:00
Bill Meier 652df63c5f Fix Typo
svn path=/trunk/; revision=22860
2007-09-13 15:04:41 +00:00
Bill Meier 88480398e0 Cleanup: mostly Chapter 8 and beyond: the usual minor rewording and reformatting, typos, spelling, grammar & etc.
svn path=/trunk/; revision=22859
2007-09-13 14:47:29 +00:00
Bill Meier aaacabe6e7 Add info for Fedora 7
svn path=/trunk/; revision=22856
2007-09-12 21:34:48 +00:00
Bill Meier 626c9f3d61 From Patrick Lundquist:
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-12 15:32:09 +00:00
Bill Meier 2aaad94ffd Fix some links to external web pages: Turn some intended entity refs into real entity refs
svn path=/trunk/; revision=22848
2007-09-11 20:56:14 +00:00
Bill Meier 88f3957a76 Some cleanup for Chapter 7: typos, spelling and minor reformatting/rewording..
svn path=/trunk/; revision=22847
2007-09-11 18:55:11 +00:00
Bill Meier 3cada3d2cb Some cleanup for Chapters 5 & 6: typos, spelling and minor rewording/additions.
svn path=/trunk/; revision=22842
2007-09-11 14:36:09 +00:00
Bill Meier 4e49ad6771 Correct (essentially revert) the reference to the Microsoft Debugging Tools;
svn path=/trunk/; revision=22839
2007-09-10 21:50:01 +00:00
Bill Meier b7e286be73 Undo one unintended change.
svn path=/trunk/; revision=22838
2007-09-10 21:18:11 +00:00
Bill Meier 3a77860d96 Some cleanup: correct some grammar and do a few minor rewordings
svn path=/trunk/; revision=22837
2007-09-10 21:02:58 +00:00
Bill Meier baead522d4 General cleanup; Update 'Win32 Automated library download' section slightly;
Cleanup: 
   - relatively minor wording changes
   - spelling 
   - typos
   - minor formatting changes 

svn path=/trunk/; revision=22836
2007-09-10 17:10:42 +00:00
Ulf Lamping 1366745e45 start an experiment to provide MS Visual Studio 2005 solution / project 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-09 13:59:58 +00:00
Gerald Combs 3120e42f6e Fix problems found by Beyond Security:
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-09-06 18:26:04 +00:00