Commit graph

505 commits

Author SHA1 Message Date
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
Gerald Combs
92802883a6 Change the "--enable-setuid-install" option to install dumpcap and TShark
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-30 00:24:40 +00:00
Ulf Lamping
226a5b1c2f fix broken tags
svn path=/trunk/; revision=22722
2007-08-29 03:45:56 +00:00
Ulf Lamping
c5b43b6cda various updates to match current MSVC compiler problems, fix some typos, ...
svn path=/trunk/; revision=22721
2007-08-29 00:15:15 +00:00
Ulf Lamping
59a6693f06 add "Classless InterDomain Routing (CIDR) notation" explanation to the display filter section
svn path=/trunk/; revision=22716
2007-08-28 21:21:25 +00:00
Ulf Lamping
31871e3695 some more editing
svn path=/trunk/; revision=22710
2007-08-28 17:50:25 +00:00
Ulf Lamping
41d6f8eca3 move "create guides" section above installer section as the installer might need the user's guide
svn path=/trunk/; revision=22706
2007-08-28 17:38:50 +00:00
Stig Bjørlykke
77fc959dde Added "Dot" as a new IO Graph style in the user guide.
svn path=/trunk/; revision=22667
2007-08-26 17:03:44 +00:00
Bill Meier
bcdaba288f Bug #1446 work-around from Toralf Förster
svn path=/trunk/; revision=22550
2007-08-18 15:48:10 +00:00
Ulf Lamping
6ad79ef80c finish the expert info section
svn path=/trunk/; revision=22526
2007-08-16 15:53:35 +00:00
Ulf Lamping
5e113ab7ce some more editing of the expert infos - still incomplete
svn path=/trunk/; revision=22522
2007-08-16 04:32:48 +00:00
Ulf Lamping
e883e94f8a don't use table names twice
svn path=/trunk/; revision=22506
2007-08-15 07:37:23 +00:00
Ulf Lamping
34ad22678b add a section about expert infos
svn path=/trunk/; revision=22504
2007-08-15 01:35:05 +00:00
Stephen Fisher
0f1ad4138a Update documentation for change in revision 22455.
svn path=/trunk/; revision=22456
2007-08-04 18:00:27 +00:00
Jaap Keuter
98f3b6ea30 Filling in ChSrcDeb section
svn path=/trunk/; revision=22405
2007-07-26 06:45:19 +00:00
Gerald Combs
14cbf71f73 Update the sections on submitting patches.
svn path=/trunk/; revision=22404
2007-07-25 21:56:37 +00:00
Luis Ontanon
44e281ad22 Add some useful hints as examples of payload_protocols to the User DLT table description
svn path=/trunk/; revision=22380
2007-07-22 16:43:35 +00:00