Commit Graph

551 Commits

Author SHA1 Message Date
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
Luis Ontanon 3e73e070bb wsluarm.pdf => wsluarm-a4.pdf wsluarm-us.pdf
svn path=/trunk/; revision=20588
2007-01-28 18:37:23 +00:00
Luis Ontanon a1d162d7ed Fix DTD validation ( older dtds were happy with it :/ )
svn path=/trunk/; revision=20576
2007-01-27 02:32:02 +00:00
Luis Ontanon 4490cde931 do not overwrite the realse notes...
svn path=/trunk/; revision=20575
2007-01-27 01:36:00 +00:00
Luis Ontanon 65b82db6da fix generation of ws(ug|dg), use fop.bat not fop.sh
svn path=/trunk/; revision=20574
2007-01-27 01:11:39 +00:00
Luis Ontanon 70908e9992 Trying to get the WS Lua Ref Man to build with the rest of the documentation
svn path=/trunk/; revision=20571
2007-01-26 18:34:05 +00:00
Jaap Keuter e4e739a5ca From Graham Bloice:
In the Developers Guide, Section 9.3, Example 9.17. Decompressing data
packets for dissection

The code calls tvb_set_free_cb() for the newly created next_tvb.  This
is unnecessary as the call to tvb_set_child_real_data() adds next_tvb to
the chained list of tvb, thus ensuring that next_tvb is correctly
deleted.  In fact when I had the call in, Visual Studio kept breaking
deep down in ntdll.dll, probably because of a double free every time the
main tvb was deleted.

In README.developer, para 2..2.7 The example conversation code doesn't
assign the result of conversation_new() back into the conversation variable.

svn path=/trunk/; revision=20569
2007-01-26 17:12:00 +00:00
Stephen Fisher c474f8287a Remove extra space from a call .cmd file command line so it can be copied
and pasted out of the guide


svn path=/trunk/; revision=20557
2007-01-25 21:07:29 +00:00
Ulf Lamping e42f2848f5 fix problem "no target to build user-guide.zip"
svn path=/trunk/; revision=20538
2007-01-23 21:19:46 +00:00
Ulf Lamping 9764742c17 add correct link to vcredist_x86.exe
svn path=/trunk/; revision=20529
2007-01-23 08:12:20 +00:00
Ulf Lamping 8bcf37dcb8 major redesign:
- add a chapter about a Win32 Quick Setup
- update MSVC information about Versions > 6

svn path=/trunk/; revision=20513
2007-01-21 04:48:49 +00:00
Ulf Lamping d597604988 add user-guide.zip to the clean target
svn path=/trunk/; revision=20494
2007-01-19 00:14:43 +00:00
Ulf Lamping a3097481e6 add a target to build a zipped version of user-guide.chm
svn path=/trunk/; revision=20493
2007-01-19 00:12:01 +00:00
Ulf Lamping 67750fbc4d the docbook generation also suffers from the cygwin bash CR/LF problem :-(
I've added a call to dos2unix to convert check_svn_version.sh that way

Is it safe to assume that dos2unix is available on a common UNIX developer machine?!?

svn path=/trunk/; revision=20491
2007-01-18 23:57:03 +00:00
Jörg Mayer cbdef70801 Make things work on Suse as well, not just Debian
svn path=/trunk/; revision=20450
2007-01-16 12:16:56 +00:00
Luis Ontanon 961ae4a558 add snmp decryption
svn path=/trunk/; revision=20400
2007-01-12 00:48:09 +00:00
Gerald Combs 8068316211 Update to r20350.
svn path=/trunk/; revision=20368
2007-01-10 01:58:56 +00:00
Jaap Keuter 6d07812d57 Bump date and version number
svn path=/trunk/; revision=20306
2007-01-04 13:44:09 +00:00
Jaap Keuter 1fd0d3a9d4 Update supported Win32 versions and NSIS version.
svn path=/trunk/; revision=20275
2007-01-02 20:53:04 +00:00
Bill Meier 444602bf97 Oops: wireshark.com --> wireshark.org
Also: 1 additional Ethereal --> Wireshark

svn path=/trunk/; revision=20272
2007-01-02 17:19:25 +00:00
Ulf Lamping a023051fde the default python version used changed from cygwin to native Win32 version
svn path=/trunk/; revision=20219
2006-12-26 22:01:09 +00:00
Stephen Fisher 4d19717edd Add sections to the chapter on building and installing for installing under
Gentoo Linux (thanks to Isbaran Akcayir for the syntax) and under FreeBSD.


svn path=/trunk/; revision=20143
2006-12-17 21:41:19 +00:00
Gerald Combs 75ba22c7d0 Processing packet data via tvb_get_ptr() is like palpating a cow -- it's
messy and you shouldn't do it unless you REALLY have to.  Change several
routines to use standard tvb_get_* accessors instead of operating on raw
packet data.  This fixes an integer overflow in dissect_vendor_ie_rsn()
found by Neil Kettle.

Use value_strings instead of duplicating their functionality with our
own routines.  Print the WME surplus bandwidth allowance factor.  Fix
some compiler warnings.

Update the release notes.

Some of the changes are untested due to a lack of capture data.

svn path=/trunk/; revision=20126
2006-12-12 22:24:18 +00:00
Guy Harris 6fd2661144 It's called Net-SNMP - and it replaced UCD SNMP a long time ago, so
there's no longer a need to mention UCD SNMP.

svn path=/trunk/; revision=20076
2006-12-09 01:39:29 +00:00
Stephen Fisher 75acf34518 From Douglas Pratley with trivial changes and documentation changes
by myself:

Corrected patch; epan/column.c and epan/column_utils.c were not included. This
one has now been properly tested against a clean checkout of today's code.

- New menu option available under view\time display format
- New sub-option (e) to -t switch for both wireshark and tshark
- Extended recent settings code to handle new value
- Did NOT add new explicit epoch time column


svn path=/trunk/; revision=20040
2006-12-05 03:19:51 +00:00
Jaap Keuter 45aa24f1ec Correct comments and examples on get_pdu_len().
svn path=/trunk/; revision=19949
2006-11-21 14:18:46 +00:00
Gerald Combs 1f01b81e6e If the user starts typing ([a-zA-Z0-9]) anywhere in the main window, start
filling in a display filter.

svn path=/trunk/; revision=19930
2006-11-18 17:17:28 +00:00
Ulf Lamping edbc4b922e fix validity of document
svn path=/trunk/; revision=19929
2006-11-18 12:30:58 +00:00
Gerald Combs f60ef5f4d3 Make F8 and F7 move to the next and previous packets, which adds
compatibility with a different analyzer.

svn path=/trunk/; revision=19926
2006-11-18 05:05:18 +00:00
Gerald Combs 1ed6291425 Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"
menu) move to the previous and next packet even if the packet list isn't
in focus (specifically, the packet detail will stay in focus if that was
already the case).  Make the return and enter keys toggle tree items in
the packet detail and the backspace key jump to the parent node.  Add a
navigation section to the User's Guide.

Make SIGNAL_EMIT_BY_NAME a simple #define, so that we can feed it
multiple arguments.  Fix up whitespace.

svn path=/trunk/; revision=19924
2006-11-18 01:47:49 +00:00
Ulf Lamping 4d78e0982a split subversion into command line and GUI (TortoiseSVN) client
update various version infos

svn path=/trunk/; revision=19788
2006-11-03 22:39:28 +00:00
Ulf Lamping 46e54a018d fix a typo in the recent change to the hhc.exe command line, so the chm files compile again - took me more than an hour to find out and reproduce :-(
svn path=/trunk/; revision=19732
2006-10-29 19:47:59 +00:00
Ulf Lamping c62cb0006d from Sake Blok:
While I was reading the development guide I noticed a few typo's.
The attached patch fixes them (the patch is against revision 19724).

svn path=/trunk/; revision=19729
2006-10-29 17:14:13 +00:00
Gerald Combs c340b0b69a Allow each program called by the Docbook Makefile to be specified using
the environment.

svn path=/trunk/; revision=19719
2006-10-27 19:15:57 +00:00
Gerald Combs 40b8458408 Add support for:
- The AirPcap Multi-Channel Aggregator (which is marketspeak for an "any" 
    device)
  - Merging the 802.11 dissector WEP key list with AirPcap's
  - Decrypting WEP in the adapter, in Wireshark, or not at all
  
Update the release notes.

svn path=/trunk/; revision=19599
2006-10-19 00:48:03 +00:00
Gerald Combs fc62f98e74 In the 802.11 dissector, mark the "wep_keys" preference as obsolete,
and replace it with an "enable_decryption" preference.

Instead of forcing the user to specify how many WEP keys we have,
figure it out for ourselves by parsing the key list.  When decrypting,
don't worry about the key index specified in the header (which resulted
in trying to decrypt using the same key twice); simply try each key in
order (which we were doing anyway).

In hex_str_to_bytes(), handle a null hex string.

Update the release notes.

svn path=/trunk/; revision=19592
2006-10-18 17:55:29 +00:00
Gerald Combs 5da29805b1 Fix tag names.
svn path=/trunk/; revision=19577
2006-10-17 15:41:08 +00:00
Gerald Combs b76aaf82da Add bug 1135.
svn path=/trunk/; revision=19567
2006-10-16 23:43:48 +00:00
Ulf Lamping 6d0148ac0a move the content of the Wiki "System Requirements" into the "Platforms Wireshark runs on" section and update the information (e.g. the binary Unix packages changed since the move from Ethereal)
svn path=/trunk/; revision=19564
2006-10-16 21:47:35 +00:00
Gerald Combs b4f347aa41 Add more USB capturing info.
svn path=/trunk/; revision=19562
2006-10-16 20:42:32 +00:00
Gerald Combs 8faa6f6c89 Add bug 1134.
svn path=/trunk/; revision=19561
2006-10-16 18:47:52 +00:00
Gerald Combs 8288a04505 Release notes and changelog updates.
svn path=/trunk/; revision=19552
2006-10-16 03:46:11 +00:00
Ulf Lamping fd39e44fd0 deleted lot's of irrelevant/outdated content from README.win32.
move content from the README.win32 file into the wsdg. I've moved the cygwin GCC info to a new Wiki page, it seems more promissing that it's getting updated in the future.

svn path=/trunk/; revision=19548
2006-10-16 01:48:16 +00:00
Ulf Lamping 5976834e19 be more specific about the README.developer file
svn path=/trunk/; revision=19547
2006-10-16 01:43:04 +00:00
Ulf Lamping b2f0003b1d move the README files before the source code, they are more important
svn path=/trunk/; revision=19546
2006-10-15 22:57:31 +00:00
Gerald Combs caaecd93e3 Release note and changelog updates.
svn path=/trunk/; revision=19522
2006-10-14 00:31:35 +00:00
Ulf Lamping 1df3e17038 The preferences and alike dialog button behaviour changed.
svn path=/trunk/; revision=19502
2006-10-12 07:52:24 +00:00
Gerald Combs 0163d9c8d6 Update bug lists.
svn path=/trunk/; revision=19500
2006-10-11 23:53:19 +00:00
Gerald Combs 9dcd4f3372 Prep for the 0.99.4 release.
svn path=/trunk/; revision=19481
2006-10-10 21:15:19 +00:00
Ulf Lamping 160acf9d90 from Stephen Fisher:
Attached is a patch to fix some spelling mistakes in the Wireshark 
User's Guide.  I also fixed the author's email addresses as the 
addresses did not match the right names.

svn path=/trunk/; revision=19352
2006-09-28 19:53:11 +00:00
Ulf Lamping d0199d0d3b second step to fix the file dialog "mess":
- rewrite the "File Save" and "File Merge" sections

svn path=/trunk/; revision=19246
2006-09-16 13:06:38 +00:00
Ulf Lamping 3cc18b84a6 can we agree on using lynx?
Cygwin situation:
- lynx works
- elinks is not available (at least on the standard repositories)
- links and true doesn't produce any output

svn path=/trunk/; revision=19245
2006-09-16 12:13:32 +00:00
Ulf Lamping c35950529c first step to fix the file dialog "mess":
- use different screenshots for: GTK1, GTK2 and Win32
- rewrite the "File Open Dialog" section

svn path=/trunk/; revision=19239
2006-09-15 22:56:15 +00:00
Gerald Combs 7d95399a0d Use SESSIONNAME instead of CLIENTNAME to try to detect RDP sessions.
Look for a string that starts with "rdp".  This should take care of
cases where a default capture filter is set needlessly.

Update the docs accordingly.

svn path=/trunk/; revision=19236
2006-09-15 21:35:01 +00:00
Ulf Lamping 93bf2c9841 fix various minor things noted by Brian Drab
svn path=/trunk/; revision=19230
2006-09-13 20:37:37 +00:00
Ulf Lamping d4585bdf69 use the official name spelling for some projects
svn path=/trunk/; revision=19213
2006-09-12 17:28:38 +00:00
Jörg Mayer 46e0abe929 - Replace the ELINKS variable by HTML2TEXT and include the parameters
into the variable to make this actually portable.
- Some whitespace changes between filenames and the \

svn path=/trunk/; revision=19203
2006-09-12 09:35:29 +00:00
Ulf Lamping 7c2dbdd580 add missing libraries: GNUTLS, Gcrypt, Kerberos, LUA, PortAudio (please check if it's correct)
fix a lot of broken URL's

svn path=/trunk/; revision=19192
2006-09-11 22:30:12 +00:00
Ulf Lamping 26b81bd926 add the LUA plugin install option
svn path=/trunk/; revision=19191
2006-09-11 20:41:32 +00:00
Ulf Lamping f8ffc2821e switch off draft mode, so the PDF generation won't try to load a draft image from the web
svn path=/trunk/; revision=19183
2006-09-08 07:45:22 +00:00
Ulf Lamping 97b3c8ad63 add dependency to custom_layer_pdf.xsl for all fo files
svn path=/trunk/; revision=19182
2006-09-08 07:44:22 +00:00
Jörg Mayer bb8ff68e21 . is not necessarily in /home/jmayer/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/opt/cross/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:/usr/local/sbin:/sbin:/usr/sbin:/usr/local/sbin, so add it
svn path=/trunk/; revision=19179
2006-09-08 02:25:55 +00:00
Jörg Mayer 19293abfdc propset svn:executable
svn path=/trunk/; revision=19178
2006-09-07 23:44:22 +00:00
Ulf Lamping 13a3dd5a1c fix bug #842: "make" now won't try to rebuild again if nothing changed since the last make call.
Other minor dependency fixes.

I didn't found a way to implement the SVN version check using make, so using a new shell script instead ...

svn path=/trunk/; revision=19173
2006-09-07 20:01:07 +00:00
Ulf Lamping 4e7e67a865 fix a minor typo
svn path=/trunk/; revision=19067
2006-08-28 22:23:18 +00:00
Ulf Lamping 5bb5af620b add information about remote traffic capture filter
svn path=/trunk/; revision=19063
2006-08-28 21:11:10 +00:00
Ulf Lamping 11c289ecc3 fix #1063, some leftover typo's: Etheral -> Wireshark
svn path=/trunk/; revision=19053
2006-08-27 11:46:02 +00:00
Ulf Lamping 5ef0280a62 rework the pop-up menu section
svn path=/trunk/; revision=19043
2006-08-26 11:03:41 +00:00
Ulf Lamping b343e39ef2 User's/Developer's Guide: finish Ethereal to Wireshark transition by "reshoot" *all* screenshots (and rename them) and update some of the menu items that changed in the meantime.
svn path=/trunk/; revision=19032
2006-08-25 20:02:57 +00:00
Gerald Combs 9ee8a3876f Copy over files from the release.
svn path=/trunk/; revision=19015
2006-08-24 16:29:49 +00:00
Gerald Combs 0e5e0c4453 Fix two remaining off-by-one errors. Remove a static buffer.
svn path=/trunk/; revision=18943
2006-08-18 00:22:48 +00:00
Gerald Combs 289e031768 Update for 0.99.3.
svn path=/trunk/; revision=18919
2006-08-15 20:54:51 +00:00
Jaap Keuter 342488f643 From Brian Drab: Several comments and typo's
svn path=/trunk/; revision=18851
2006-08-07 21:34:48 +00:00
Guy Harris 663018f347 Update to reflect changes in libpcap 0.9.x. ("make install" installs
the headers as well as the libraries, and nothing gets installed in
".../include/net".)

svn path=/trunk/; revision=18802
2006-07-28 01:22:59 +00:00
Gerald Combs 9045703e2c Add duplicate frame detection (and removal) to editcap. (Some switches
generate duplicate packets when a mirror/SPAN port is misconfigured).

svn path=/trunk/; revision=18800
2006-07-27 17:53:29 +00:00
Gerald Combs f53bb927fc Add support for generating firewall ACL rules. MAC, IPv4, port, and
IPv4+port rules are supported along with several syntaxes: IOS standard,
IOS extended, ipfilter, ipfw, pf, and netsh.  IPv6 is currently not
supported, but shouldn't be too difficult to add.

All of the rules were created using the documentation for each product.
None of them have been tested.  For the time being, use them with
caution.

svn path=/trunk/; revision=18737
2006-07-14 20:14:39 +00:00
Jaap Keuter c2833c436d From Gerhard Gappmeier: I have added a new chapter about tcp_dissect_pdu
svn path=/trunk/; revision=18730
2006-07-13 19:06:40 +00:00
Jaap Keuter ace05a6830 From Gerhard Gappmeier: Here is some information for Gentoo users who want to contribute some documentation to wireshark:
svn path=/trunk/; revision=18722
2006-07-12 16:44:23 +00:00
Gerald Combs f357915f4c Set the version to 0.99.2, since we're building releases from /trunk again.
svn path=/trunk/; revision=18674
2006-07-06 20:19:01 +00:00
Ulf Lamping 9a288878dd update the files information to reflect the current implementation, as some files can also reside in the personal profile for some time now
svn path=/trunk/; revision=18658
2006-07-04 18:35:23 +00:00
Jaap Keuter a9b5527492 Various corrections and updates
svn path=/trunk/; revision=18553
2006-06-23 06:14:30 +00:00
Ulf Lamping 73e1406b4f explain the capture file contents a bit and add a warning to the save dialog that some information will be lost after saving (e.g. packet drop count)
svn path=/trunk/; revision=18533
2006-06-21 18:31:34 +00:00
Gerald Combs 3ff329d01d Clean any zip files we might create.
svn path=/trunk/; revision=18532
2006-06-21 18:29:38 +00:00
Ulf Lamping 19cbd3f03f add some information to the "Output File Formats" section
svn path=/trunk/; revision=18474
2006-06-15 19:13:47 +00:00
Ulf Lamping b498f9a3ca rename "graphics" directory to "wsug_graphics" to make it clear that it's only used for the users_guide
svn path=/trunk/; revision=18473
2006-06-15 14:18:03 +00:00
Ulf Lamping 46e3b81e58 we shouldn't use the admonition graphics from the xsl stylesheets because of unknown copyright things and because we have our own graphics for some time
svn path=/trunk/; revision=18472
2006-06-15 14:13:56 +00:00
Ulf Lamping 38d86ced8c use the colored logo for wsdg too, slightly prettify the page layout
svn path=/trunk/; revision=18471
2006-06-15 14:09:05 +00:00
Ulf Lamping 2684e903b9 use the colored logo (splash screen) for the user's guide
svn path=/trunk/; revision=18434
2006-06-12 19:17:30 +00:00
Jaap Keuter 04b63eb376 No need to talk about obsolete tools
svn path=/trunk/; revision=18403
2006-06-08 20:44:46 +00:00
Jaap Keuter 7f8a57efc9 Re-orient the fin.
svn path=/trunk/; revision=18402
2006-06-08 20:41:39 +00:00
Gerald Combs 14dda98037 Re-orient the fin.
svn path=/trunk/; revision=18392
2006-06-08 01:19:49 +00:00
Ulf Lamping ab40a87c67 explain why packets of layers won't sum up, "fixes" eth#988
svn path=/trunk/; revision=18381
2006-06-07 08:36:29 +00:00
Jaap Keuter 4be9eaddb3 Fixup edg -> wsdg
svn path=/trunk/; revision=18373
2006-06-06 23:23:26 +00:00
Jaap Keuter 5f152a8ea2 edg -> wsdg
-This line, and those below, will be ignored--

D    docbook/edg_graphics
M    docbook/developer-guide.xml
M    docbook/Makefile.auto.am
A    docbook/wsdg_graphics
D    docbook/edg_src
M    docbook/README.txt
A    docbook/wsdg_src
D    docbook/wsdg_src/EDG_meta_info.xml
A    docbook/wsdg_src/WSDG_userinterface.xml
D    docbook/wsdg_src/EDG_preface.xml
D    docbook/wsdg_src/EDG_chapter_userinterface.xml
D    docbook/wsdg_src/EDG_chapter_tools.xml
A    docbook/wsdg_src/WSDG_meta_info.xml
D    docbook/wsdg_src/EDG_chapter_env_intro.xml
D    docbook/wsdg_src/EDG_chapter_capture.xml
A    docbook/wsdg_src/WSDG_preface.xml
A    docbook/wsdg_src/WSDG_works.xml
D    docbook/wsdg_src/EDG_chapter_dissection.xml
A    docbook/wsdg_src/WSDG_chapter_tools.xml
D    docbook/wsdg_src/EDG_chapter_works.xml
A    docbook/wsdg_src/WSDG_chapter_env_intro.xml
A    docbook/wsdg_src/WSDG_chapter_capture.xml
A    docbook/wsdg_src/WSDG_chapter_dissection.xml
D    docbook/wsdg_src/EDG_chapter_build_intro.xml
D    docbook/wsdg_src/EDG_chapter_libraries.xml
A    docbook/wsdg_src/WSDG_chapter_build_intro.xml
A    docbook/wsdg_src/WSDG_chapter_libraries.xml
D    docbook/wsdg_src/EDG_chapter_sources.xml
A    docbook/wsdg_src/WSDG_chapter_sources.xml
M    docbook/Makefile

svn path=/trunk/; revision=18368
2006-06-06 23:08:58 +00:00
Gerald Combs d6905b6034 Convert to wireshark.
svn path=/trunk/; revision=18356
2006-06-06 13:04:30 +00:00
Ulf Lamping 9cdae9eb1e add dumpcap to the section of command line tools
svn path=/trunk/; revision=18320
2006-06-02 17:19:54 +00:00
Ulf Lamping ac86320a46 Ethereal -> Wireshark
svn path=/trunk/; revision=18319
2006-06-02 17:19:13 +00:00
Gerald Combs a132695401 Adjust the value of "FOP" to make the new buildbot happy. Tweak some
comments.

svn path=/trunk/; revision=18317
2006-06-02 13:15:40 +00:00
Gerald Combs 6dbebe8f86 More ethereal->wireshark
svn path=/trunk/; revision=18306
2006-06-02 03:10:55 +00:00
Jaap Keuter e10e4fb85c Further cleanup of Wireshark User Guide
svn path=/trunk/; revision=18290
2006-05-31 21:49:26 +00:00
Gerald Combs eb71f7fb96 Rename the main executable to "wireshark", along with more conversions:
ethereal.com -> wireshark.org
  mailing lists and addresses
  ETHEREAL -> WIRESHARK
  Man pages
  Automake/Autoconf names


svn path=/trunk/; revision=18271
2006-05-31 19:12:15 +00:00
Gerald Combs 8958bab6de Tethereal/tethereal -> TShark/tshark.
svn path=/trunk/; revision=18268
2006-05-31 17:38:42 +00:00
Gerald Combs b15974d094 libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ of
changes here.  It compiles OK on OS X, but hasn't been tested anywhere else.

svn path=/trunk/; revision=18260
2006-05-31 00:23:01 +00:00
Gerald Combs 6deb90af7b eug -> wsug
svn path=/trunk/; revision=18259
2006-05-30 21:34:56 +00:00
Gerald Combs 4230049628 Ethereal -> Wireshark in the User's Guide. Switch over to the new logo.
We'll probably want to use a vectorized version of the logo (e.g. EPS or 
SVG) at some point.

svn path=/trunk/; revision=18257
2006-05-30 20:49:45 +00:00
Gerald Combs cfda4eb127 EUG -> WSUG
svn path=/trunk/; revision=18256
2006-05-30 19:45:12 +00:00
Gerald Combs 8931e0d12a Ethereal -> Wireshark
svn path=/trunk/; revision=18255
2006-05-30 19:38:24 +00:00
Gerald Combs ee4b9b7549 ethereal.nsi -> wireshark.nsi
svn path=/trunk/; revision=18254
2006-05-30 14:28:20 +00:00
Gerald Combs 1ddc8d2d45 ETHEREAL_LIBS -> WIRESHARK_LIBS
svn path=/trunk/; revision=18250
2006-05-30 01:26:47 +00:00
Ronnie Sahlberg 6075ec39fb ethereal->wireshark
svn path=/trunk/; revision=18207
2006-05-22 08:21:22 +00:00
Ronnie Sahlberg f0b33a4789 ethereal->wireshark updates
svn path=/trunk/; revision=18206
2006-05-22 08:14:01 +00:00
Ronnie Sahlberg 89f022b12b name change
svn path=/trunk/; revision=18197
2006-05-21 05:12:17 +00:00
Anders Broman 7186c6481c From Martin Mathieson:
Add DCT2000 to the list of supported import file 
types in the Ethereal man page and the user guide

svn path=/trunk/; revision=18130
2006-05-11 05:09:15 +00:00
Gerald Combs 08dea4588e Bump the version number to 1.1. Clean up the release notes.
svn path=/trunk/; revision=18062
2006-05-01 19:21:00 +00:00
Ulf Lamping af78f19109 slightly rephrase the time zone chapter
svn path=/trunk/; revision=17948
2006-04-21 21:09:09 +00:00
Ulf Lamping 73ded54b05 use a CSS stylesheet for HTML output. This seems to be the official way to format a sidebar to look different than normal floating text
svn path=/trunk/; revision=17941
2006-04-21 02:18:24 +00:00
Ulf Lamping c717489c72 enhance the "File Sets" page (e.g. add a screenshot)
svn path=/trunk/; revision=17940
2006-04-21 00:44:40 +00:00
Ulf Lamping 86c099eb36 note that the stream content of the follow TCP stream dialog won't be updated while doing a live capture
svn path=/trunk/; revision=17893
2006-04-18 08:34:08 +00:00
Ulf Lamping 37cabd8fec fix a make display bug
svn path=/trunk/; revision=17892
2006-04-18 00:55:06 +00:00
Ulf Lamping 4a2814ca01 fix a syntax error
svn path=/trunk/; revision=17891
2006-04-18 00:42:52 +00:00
Ulf Lamping cc421e92f4 move all the incomplete chapters to the end of the file
svn path=/trunk/; revision=17890
2006-04-18 00:40:10 +00:00
Ulf Lamping 85ac0f7bca various enhancements and modifications to clarify the advanced topics
svn path=/trunk/; revision=17889
2006-04-18 00:38:57 +00:00
Guy Harris 929bd0d7a3 Give more information about time zones - several capture file formats
use local time, not UTC.

svn path=/trunk/; revision=17888
2006-04-17 21:44:26 +00:00
Guy Harris a38c1417f7 Fix typo.
svn path=/trunk/; revision=17852
2006-04-12 21:21:47 +00:00
Gerald Combs dc4488c3d4 Add a few entries to the "Known Bugs" section.
svn path=/trunk/; revision=17848
2006-04-12 20:52:09 +00:00
Gerald Combs f87b0f78ae Fix an off-by-one error.
svn path=/trunk/; revision=17771
2006-03-30 16:13:37 +00:00
Gerald Combs 4ea62e57b0 Continue to play whack-a-mole with null dereferences. Fixes CID 146.
svn path=/trunk/; revision=17770
2006-03-30 15:34:18 +00:00
Gerald Combs 19b5882af3 The SIP statistics bug was limited to the UI.
svn path=/trunk/; revision=17746
2006-03-27 20:36:22 +00:00
Gerald Combs b32b775cdd Updates for CID 42.
svn path=/trunk/; revision=17745
2006-03-27 19:45:07 +00:00
Gerald Combs aa82a38e12 Add the recent fix for CID 105.
svn path=/trunk/; revision=17731
2006-03-27 15:44:09 +00:00
Gerald Combs eb2751cdff Finish adding the Coverity IDs. That brings us to 29 security flaws.
svn path=/trunk/; revision=17723
2006-03-24 21:48:00 +00:00
Gerald Combs fa522c7349 Add Coverity IDs 44-109, plus others. More tomorrow after my eyes rest.
svn path=/trunk/; revision=17711
2006-03-23 23:03:22 +00:00
Gerald Combs 92460ae2b0 Add entries for several bugs, including Coverity IDs 1 - 43.
svn path=/trunk/; revision=17700
2006-03-22 21:39:32 +00:00
Ulf Lamping a9b74a73ce fix Docbook/XML DTD conformance
svn path=/trunk/; revision=17688
2006-03-21 00:17:40 +00:00
Gerald Combs 38b73ce55e Add security bugs found after canary checking was added. Coverity bugs
will be added separately.

Add other release items.

svn path=/trunk/; revision=17687
2006-03-20 20:27:52 +00:00
Gerald Combs a0db53ba73 Remove unused internal entities. Update some bug entries. Fixup
whitespace.

svn path=/trunk/; revision=17659
2006-03-17 22:59:24 +00:00
Ulf Lamping db279bee85 add dumpcap to the list of new features
svn path=/trunk/; revision=17592
2006-03-11 18:51:57 +00:00
Jaap Keuter 7417244b1e Fix a cloding tag
svn path=/trunk/; revision=17522
2006-03-08 10:24:59 +00:00
Gerald Combs 1a4719ef8d Fix Coverity run 12, CID 104: Don't overflow a guint8, and don't read past
the end of an array.

Update the release notes.

svn path=/trunk/; revision=17506
2006-03-07 19:53:57 +00:00
Gerald Combs b164a4688f Add an entry for the UMA dissector.
svn path=/trunk/; revision=17423
2006-02-27 19:43:53 +00:00
Ulf Lamping 7d208bc4e0 ooops, my latest changes doesn't seem to follow the DTD strictly ...
svn path=/trunk/; revision=17418
2006-02-27 08:59:24 +00:00
Ulf Lamping a39ec4c80d a complete rewrite of the Win32 installation procedure description with a step-by-step guide.
svn path=/trunk/; revision=17414
2006-02-26 18:24:39 +00:00
Ulf Lamping fb49859e64 The target is called eug_html_chunked not eug_htmlchunk
The pdf (and chm) targets are called differently in the two Makefiles (user-guide... vs. eug...), and I don't know which one is better (while keeping in mind that this will require changes in the documentation and elsewhere as well if we change it).

svn path=/trunk/; revision=17243
2006-02-10 09:27:32 +00:00
Luis Ontanon 83d8a24e22 Try to fix a grammar error in the XML code I added for -X
svn path=/trunk/; revision=17212
2006-02-08 00:31:33 +00:00
Luis Ontanon b5f22bf8a8 eXtenstion options access to the -X command line options
svn path=/trunk/; revision=17207
2006-02-07 22:08:12 +00:00
Jörg Mayer 67a8623124 Add an <itemizedlist> ... </itemizedlist> to fix a buildbot build error.
svn path=/trunk/; revision=17109
2006-01-27 13:57:18 +00:00
Ulf Lamping 7b16b24e72 Win32: add SEH to the new features. It might be noteworthy to the users that we probably won't crash for hardware exceptions caused by buggy dissectors
svn path=/trunk/; revision=17101
2006-01-25 21:32:55 +00:00
Ulf Lamping 6b2b3e777b add bugs #648 and #661: "Win32: Unicode chars in filenames" as they seems to be really relevant for some Win32 users
svn path=/trunk/; revision=17040
2006-01-16 23:43:06 +00:00
Gerald Combs 20b00dd581 Don't dereference a null pointer. Fixes bug 651. Update the release notes
accordingly.

svn path=/trunk/; revision=16967
2006-01-06 20:03:52 +00:00
Ulf Lamping 0a37e62332 add a new section about checksums
svn path=/trunk/; revision=16963
2006-01-06 01:08:15 +00:00
Ulf Lamping 9ef9cee717 remove the document version. As we are using the subversion it's no longer needed.
The former versioning didn't really worked quite well. 

add the (changed) messages section back to the user's guide appendix

svn path=/trunk/; revision=16919
2005-12-29 16:49:58 +00:00
Ulf Lamping 566ee5fa10 remove the former description of the dialog boxes, which is pretty useless as the dialogs should be (or improved to be) self explaining.
explain the messages in the packet list and packet details (e.g. [Malformed Packet])

svn path=/trunk/; revision=16918
2005-12-29 16:47:12 +00:00
Ulf Lamping 4c2add38e5 we don't have nightly builds an longer, but buildbot builds - update the text accordingly
svn path=/trunk/; revision=16917
2005-12-29 16:43:58 +00:00
Gerald Combs 1b3ca88853 Fix download URLs in the release notes. Disable building release-notes.txt,
since the Windows build server doesn't have elinks.  Copy over ChangeLog and
NEWS from 0.10.14.

svn path=/trunk/; revision=16912
2005-12-28 16:19:31 +00:00
Gerald Combs c09fd3c48f Add a "release-notes.txt" target.
svn path=/trunk/; revision=16910
2005-12-27 22:22:14 +00:00
Ulf Lamping 452d3af4af minor updates (URL's and such)
svn path=/trunk/; revision=16909
2005-12-27 21:56:59 +00:00
Ulf Lamping 97b38233cf add two new sections:
7.3 time stamps
7.4 time zones

add the "View menu - time stamp" precision additions

svn path=/trunk/; revision=16906
2005-12-27 17:39:14 +00:00
Ulf Lamping 4201f326fd resequence the list of authors, as I'm doing most of the work for some time now
add some timezone/DST related URL's

svn path=/trunk/; revision=16902
2005-12-27 11:46:29 +00:00
Ulf Lamping 3e77ad9e5e replace the png's that have a transparent background with a white background.
The pdf conversion process doesn't work properly with transparent backgrounds

svn path=/trunk/; revision=16901
2005-12-27 11:43:15 +00:00
Ulf Lamping 732d60b8c5 set admon.graphics.extension to '.png' (the default), so we don't have to search for it in case we need it
svn path=/trunk/; revision=16900
2005-12-27 11:36:54 +00:00
Gerald Combs 5dd7ff581e Prep for 0.10.14.
svn path=/trunk/; revision=16872
2005-12-21 16:49:47 +00:00
Ulf Lamping 0f388d682f reassembling as enabled by default (the default was changed from disabled to enabled some time ago)
svn path=/trunk/; revision=16836
2005-12-18 03:42:01 +00:00
Ulf Lamping 0535aa5c65 both eug and edg still mentioned Ethereal 0.10.12
svn path=/trunk/; revision=16832
2005-12-17 00:16:37 +00:00
Ulf Lamping 4f567703de update Ethereal command line options -D and -i
svn path=/trunk/; revision=16794
2005-12-14 09:43:16 +00:00
Ulf Lamping 8e3f4ec051 Add a note that the Win32 tool recommendations should be strictly followed.
Change tool headers: "UNIX:" -> "UNIX or Win32 Cygwin:"

Update output of verify_tools target

svn path=/trunk/; revision=16767
2005-12-12 22:29:00 +00:00
Ulf Lamping 6137748c05 add the (Win32 only) signal pipe
svn path=/trunk/; revision=16661
2005-12-03 12:42:25 +00:00
Ulf Lamping 68a611a3d1 the capture child don't use capture.c, remove it from the drawing
svn path=/trunk/; revision=16659
2005-12-03 11:47:48 +00:00
Ulf Lamping 5fa59abfe4 Updated feature: When cancelling a file load operation...
svn path=/trunk/; revision=16442
2005-11-09 00:39:20 +00:00
Gerald Combs ba26efe7f1 Fix a cut-and-pasteo.
svn path=/trunk/; revision=16437
2005-11-08 15:23:20 +00:00
Gerald Combs f2d2a624d8 You don't tug on Superman's cape. You don't spit into the wind.
You don't pull the mask off the old Lone Ranger, and you don't
overflow a guint8.  Fixes the infinite loop in bug 576.

Fix up whitespace.  Add an entry to the release notes.  Apologies
to Jim Croce.

svn path=/trunk/; revision=16436
2005-11-08 15:22:38 +00:00