Commit Graph

420 Commits

Author SHA1 Message Date
Luis Ontanon 4321baacdc Add an explanation on SNMP hex passwords.
svn path=/trunk/; revision=21290
2007-03-31 12:30:18 +00:00
Ulf Lamping aa193e2563 use setup target output of MSVC2005EE and not the older MSVC6, mention that the exact string may vary on the MSVC version
svn path=/trunk/; revision=21284
2007-03-30 17:57:04 +00:00
Jörg Mayer 5b36395c69 Fix a white space
Add link to nmake documentation.

svn path=/trunk/; revision=21246
2007-03-28 11:31:34 +00:00
Ulf Lamping 132ef2725b fix validation
svn path=/trunk/; revision=21172
2007-03-25 00:47:53 +00:00
Ulf Lamping b6369d2dc0 edit some things about source code (update)
svn path=/trunk/; revision=21171
2007-03-25 00:46:04 +00:00
Ulf Lamping 2467660c44 add a section about the buildbot
some other minor editing

svn path=/trunk/; revision=21170
2007-03-24 23:50:15 +00:00
Stephen Fisher 6d8d2854c8 From Sake Blok:
Fix for bug #491: Unexpected frame.time_delta behavior

This patch ... fixes bug 491. It does this by changing the
behaviour of the frame.time_delta field so it reflects the delta
time between captured packets (tshark already did this).  To keep
the delta time between displayed packets, the field 
frame.time_delta_displayed is created.


svn path=/trunk/; revision=21154
2007-03-23 18:08:17 +00:00
Stephen Fisher 2e562ea7b4 From Sake Blok (via -dev list and enhancement bug #1449):
I did however see some small errors in the
documentation that I did not notice when I sent in the patch. This
patch corrects them and adds an accelerated key:

- table 6.1 remove "Analyze" from "Identical..." column for "Copy as Filter"
- table 6.2 add "Edit" from "Identical..." column for "Copy as Filter"
- Added accelerator key for "Copy as Filter". I chose "Shift+Ctrl+C", so
  that "Ctrl+C" is still available for "standard" copy

Image figure 3.4 should be renewed, reflecting the change in the menu
structure. 


svn path=/trunk/; revision=21140
2007-03-23 00:42:45 +00:00
Ulf Lamping 81face4468 add folder information about Vista and some redesign of the general file/folder informations
svn path=/trunk/; revision=21096
2007-03-21 21:17:21 +00:00
Ulf Lamping c17f0fb323 add a (small) section to create the User/Developer Guide - it only links to the file docbook/README.txt
svn path=/trunk/; revision=21095
2007-03-21 21:15:35 +00:00
Ulf Lamping fc7bda273e add zip to the list of required packages for cygwin
svn path=/trunk/; revision=21094
2007-03-21 21:13:39 +00:00
Gerald Combs 3105f52f2d Add a note about the HTTP chunked response crash.
svn path=/trunk/; revision=21093
2007-03-21 20:44:07 +00:00
Gerald Combs 0e181d05c8 Fix for bug 1264 from Julian Cable:
I've refactored the offending code branch and added some comments so
  hopefully the intent is a bit clearer. The loop termination conditions
  are now obviously independent of the content on the wire (they were
  meant to be before, but I admit it was obscure). I've tried using the
  ephemeral memory routines.

Add a check for a maximum fragment count, and bail out of reassembly instead
of triggering an ep_alloc exception.  Add Julian to AUTHORS.  Update the 
release notes.

svn path=/trunk/; revision=21007
2007-03-09 01:40:30 +00:00
Ulf Lamping 3810cc0891 remove the separator above the "Export Selected Packet Bytes" context menu item
svn path=/trunk/; revision=21006
2007-03-08 23:48:59 +00:00
Ulf Lamping acefba187a from Sake Blok:
I have changed the patch according to your suggestions and also changed
the doc[book] files accordingly. I tested the patch and it does seem to
work fine on my test-system.

ULFL: In addition, I've added the en-/disabling to the other (already existing) Copy menu items - some just did nothing, some crashed if nothing was selected.
I've also sligthly changed the menu seperators and made both context menus look a bit more identical.

svn path=/trunk/; revision=21005
2007-03-08 23:37:55 +00:00
Stephen Fisher 7389b3fabd Add a "Bits/Tick" option to the IO Stats dialog to complement the
"Bytes/Tick" option.


svn path=/trunk/; revision=20997
2007-03-07 23:39:45 +00:00
Gerald Combs b7d30175c0 Fix a couple of off-by-one overflows reported in bug 1415. Update the
release notes accordingly.

svn path=/trunk/; revision=20990
2007-03-07 01:17:24 +00:00
Stephen Fisher 2865e52843 Export Object code/documentation updates:
- Note in the user's guide that export object is not available 
   in GTK1 builds of Wireshark.
 - Make scanning through the slists more efficient
 - Use new tap.c function called have_tap_listener() to only save
   object payload data when the export object listener is actively
   listening for it.
 - Save objects in the HTTP dissector with g_malloc() instead of
   se_malloc() and free it when we're done with it - when the
   export object window is closed (Fixes bug #1412)
 - Various minor improvements


svn path=/trunk/; revision=20980
2007-03-06 00:36:25 +00:00
Luis Ontanon 3b8dd4e462 add sections for the various user tables.
svn path=/trunk/; revision=20969
2007-03-04 01:55:02 +00:00
Stephen Fisher 2c5ccc66ef Update object export code:
- Add to User's Guide
 - Add a help button
 - Move a lot of code into the shared export_object.c file and out of
   dissector specific file export_object_http.c.  This will make adding
   additional protocols much easier.
 - Change comment in packet-http.c to reflect new name (Export Object)
 - Various other minor improvements 


svn path=/trunk/; revision=20961
2007-03-03 03:14:00 +00:00
Stephen Fisher d3b6887d80 Fix bug #1409:
There is an error in the page:
http://wireshark.org/docs/wsug_html_chunked/ChCapCaptureFilterSection.html

According to Example 4.2, the filter 'tcp port 23 and not host 10.0.0.5'
captures all telnet traffic not from 10.0.0.5. But this filter also discards
traffic to 10.0.0.5. Either you use this filter to capture all telnet traffic
not to and not from 10.0.0.5 or you use filter 'tcp port 23 and not src host
10.0.0.5'.


svn path=/trunk/; revision=20955
2007-03-01 21:08:01 +00:00
Anders Broman f73b16ffc0 From Douglas Pratley:
This patch gives brief instructions on how to build the RPM package target for Wireshark.

svn path=/trunk/; revision=20938
2007-02-27 06:58:30 +00:00
Ulf Lamping d5003bcf80 give some reasons why older windows versions are no longer supported, add links to the versions known to still work with Win9x / NT 4.0
svn path=/trunk/; revision=20915
2007-02-24 13:11:47 +00:00
Ulf Lamping f6d80cf41b better reflect the current Windows installer
svn path=/trunk/; revision=20914
2007-02-24 12:40:35 +00:00
Ulf Lamping b72efa7a49 mention that Windows with 256 colors still work with GTK1
svn path=/trunk/; revision=20912
2007-02-24 10:26:38 +00:00
Ulf Lamping bc28ec6953 WS won't work well with 256 colors
svn path=/trunk/; revision=20911
2007-02-24 09:49:43 +00:00
Ulf Lamping bfe862b91e system requirements Windows updates:
- Vista is no longer beta
- disk space min. 75MB
- be a bit more specific about no longer supported NT 4.0
- some editing

svn path=/trunk/; revision=20904
2007-02-23 19:40:27 +00:00
Stephen Fisher d5f4bfe773 Remove two empty itemized lists that are breaking XML validation and
stopping the Windows buildbot in its tracks.


svn path=/trunk/; revision=20887
2007-02-21 01:27:28 +00:00
Gerald Combs 183cbf95cc WEP decryption is destructive -- pass a fresh copy of our data buffer
instead of the actual buffer.  Add an entry to the release notes, and
clear out leftovers from the 0.99.5 release.

svn path=/trunk/; revision=20875
2007-02-20 18:44:22 +00:00
Ulf Lamping d7cf1e1fdd add link to PSML specification
svn path=/trunk/; revision=20789
2007-02-12 05:05:57 +00:00
Ulf Lamping 28e897a1fc from Douglas Pratley:
Based on comments from Ulf (http://www.wireshark.org/lists/wireshark-dev/200701/msg02802.html), have revised menu structure and labels for copying items, and updated the documentation to match.

(a) All copying now under one sub-menu in each of packet list and details panes
(b) Revised names for copy items, now the same for both panes
(c) Export Selected Packet Bytes item now in pop-up menu for packet list and details panes
(d) Removed Copy and Export from packet bytes pane; this leaves no items in the pop-up menu.
 

This last is because the functionality in the bytes pane was odd and inconsistent
- right-clicking would often change the selection in unexpected ways
- the export worked on the selected bytes, the copy on the whole packet
- the documentation did not reflect the functionality correctly (at least for Copy / Text Only).

svn path=/trunk/; revision=20787
2007-02-11 08:38:49 +00:00
Ulf Lamping 90a418243c Python V2.5 is the latest stable version. Add a comment to config.nmake (but keep the 2.4 alive for now) and update version strings in the devel guide.
If the buildbot will be updated, we could also activate the new version in config.nmake.

svn path=/trunk/; revision=20750
2007-02-08 18:25:45 +00:00
Jörg Mayer 6d13741e14 Don't read and write to a file at the same time
svn path=/trunk/; revision=20721
2007-02-05 20:01:31 +00:00
Jaap Keuter b148f6b03f Improve layout of listings and long URL's
svn path=/trunk/; revision=20697
2007-02-03 17:27:57 +00:00
Ulf Lamping 009d38e6a0 mention lynx, it's mandatory and needed to create plain text version of the release-notes (aka NEWS)
svn path=/trunk/; revision=20694
2007-02-03 08:01:16 +00:00
Ulf Lamping 8d67caf4b3 - update information to the latest changes
- redesign parts of the file
- remove some redundant information
- remove tabs, tabs don't work well!

svn path=/trunk/; revision=20691
2007-02-03 04:09:22 +00:00
Ulf Lamping 34c0a4447c move docbook related settings from docbook/Makefile.nmake to config.nmake - having only one place to configure it all :-)
svn path=/trunk/; revision=20690
2007-02-03 04:06:43 +00:00
Ulf Lamping 2d989b7449 remove Unix related stuff, as this file is Win32 only
svn path=/trunk/; revision=20689
2007-02-03 02:09:39 +00:00
Ulf Lamping 9daa178f4f remove Win32/cygwin remains, as these files are Unix only now
svn path=/trunk/; revision=20688
2007-02-03 02:01:25 +00:00
Stephen Fisher c937ab7ab8 Minor documentation updates.
svn path=/trunk/; revision=20687
2007-02-02 22:06:20 +00:00
Stephen Fisher bb59123892 Add more examples to eth.addr display filter examples, including the new
xxxx.xxxx.xxxx format recently introduced


svn path=/trunk/; revision=20680
2007-02-02 00:32:33 +00:00
Gerald Combs b58dc9e519 Fix a ulink tag.
svn path=/trunk/; revision=20674
2007-02-01 20:29:17 +00:00
Gerald Combs ca4ef16722 The contents of the NEWS file come from the release notes. Back-port
the changes in r20642 to release-notes.xml.  Add "news" targes to the
docbook makefiles to copy release-notes.txt to NEWS.

svn path=/trunk/; revision=20669
2007-02-01 18:35:14 +00:00
Gerald Combs d510893734 Let the user (e.g. one named "buildbot") specify the location of FOP.
svn path=/trunk/; revision=20659
2007-02-01 01:15:07 +00:00
Gerald Combs 7c9d63afc7 Sync with the 0.99.5 release.
svn path=/trunk/; revision=20656
2007-01-31 22:55:55 +00:00
Stephen Fisher 409d9f396d From Douglas Pratley: Documentation updates for new copy packet data features
checked in as SVN revision 20581.


svn path=/trunk/; revision=20654
2007-01-31 21:30:19 +00:00
Jaap Keuter 4f563a8fd3 Based on suggestion from Guy Harris.
Trying to get things working on Win32 (cygwin) and GNU/Linux etc.

svn path=/trunk/; revision=20627
2007-01-30 18:06:11 +00:00
Ulf Lamping 7e4b82a400 split docbook generation makefiles into nmake and GNU make variants (together with Makefile.common), just like all the other directories have it. This way makes it easier to get settings from config.nmake and probably makefile.am will be easier to do. In addition we don't need GNU make for Win32 generation.
svn path=/trunk/; revision=20613
2007-01-29 22:15:13 +00:00
Gerald Combs 063621f11b Fix potential buffer overruns in address_to_str_buf() found by Andrej
Mikus.  Add a buf_len parameter to ip_to_str_buf(), and make sure it's 
enforced.  Copy the release notes over from the 0.99.5 trunk and add a
note about the ISUP dissector (which is affected by the overrun).

svn path=/trunk/; revision=20607
2007-01-29 20:25:26 +00:00
Jaap Keuter f45e9096ec Have a real JAVA_OPTS symbol for fop on Debian
svn path=/trunk/; revision=20592
2007-01-28 21:26:13 +00:00