Commit Graph

789 Commits

Author SHA1 Message Date
Bill Meier 7412810d89 Add comment that this file is apparently not referenced when building docs;
"AFAIK this file is *not* referenced on either Windows or *nix during the
  process of generating Wireshark documentation.
  (The catalogs referenced seem to be those in the "usual places": /etc/xml/...)"

svn path=/trunk/; revision=35205
2010-12-16 18:42:03 +00:00
Sake Blok bd8c1e7a3a ... and update the documentation too :-)
svn path=/trunk/; revision=35144
2010-12-07 11:59:15 +00:00
Stephen Fisher 67421445fc Add details to the table of Microsoft Visual C++ compilers (Win32 native tool chain) for Visual C++ 2010 Express and Professional.
svn path=/trunk/; revision=35096
2010-12-01 21:42:19 +00:00
Stephen Fisher 973abd3e40 Change underscore to dash to show correct docbook-xml42 package in Cygwin.
svn path=/trunk/; revision=35095
2010-12-01 21:21:33 +00:00
Stephen Fisher d381b5dea4 From OKANO Takayoshi via bug #5442: Fix typos in documentation
svn path=/trunk/; revision=35038
2010-11-27 16:51:24 +00:00
Jörg Mayer 7c51dcb360 Add new files to cmake as well
svn path=/trunk/; revision=34999
2010-11-22 12:03:28 +00:00
Jaap Keuter d8462d9e0c Add missing update of user-guide.xml for revision 34983.
svn path=/trunk/; revision=34986
2010-11-20 16:14:30 +00:00
Bill Meier 9336ede67e Remove svn:executable and svn:keywords properties.
svn path=/trunk/; revision=34985
2010-11-20 15:33:09 +00:00
Jaap Keuter 9256739a7b Add description of File|Import option.
svn path=/trunk/; revision=34983
2010-11-20 13:41:04 +00:00
Jörg Mayer 0fda991f45 First try to install docbook stuff as well - not yet working
svn path=/trunk/; revision=34896
2010-11-16 00:20:31 +00:00
Bill Meier ea89cee771 Python 2.7 is now the current Production version of Python.
svn path=/trunk/; revision=34822
2010-11-09 15:47:41 +00:00
Gerald Combs c469f5cd6e You can build portable packages with Express Edition compilers. You just
have to install the CRT package on the target machine.

svn path=/trunk/; revision=34700
2010-10-29 22:31:45 +00:00
Gerald Combs 15e9fcdb10 Bug 553 has been fixed.
svn path=/trunk/; revision=34391
2010-10-06 00:26:20 +00:00
Jaap Keuter b967f77bd0 With the toos, drop its description as well.
svn path=/trunk/; revision=34369
2010-10-04 18:48:11 +00:00
Gerald Combs 3e655f81e5 Add a link to ask.wireshark.org.
svn path=/trunk/; revision=34368
2010-10-04 18:43:20 +00:00
Stig Bjørlykke 60e5caee21 Added the "Ignored" field in the statusbar middle part.
svn path=/trunk/; revision=34327
2010-10-02 10:25:37 +00:00
Sake Blok 2bffa17891 Add navigation to previous/next packets in the conversation. It will check TCP and UDP first and if this is not TCP or UDP, it will use IP.
Accelerator keys:

<ctrl>+[   Goto Previous Packet In Conversation
<ctrl>+]   Goto Next Packet In Conversation



svn path=/trunk/; revision=34319
2010-10-01 22:46:30 +00:00
Stig Bjørlykke 938a4e2c47 Update which UATs included in profiles.
svn path=/trunk/; revision=34315
2010-10-01 18:56:33 +00:00
Gerald Combs 877334b5c9 Note that you probably don't need the PCRE library.
svn path=/trunk/; revision=34287
2010-09-30 16:52:23 +00:00
Jörg Mayer fc575f1c8e Install guides into DOC_DIR if defined
svn path=/trunk/; revision=34198
2010-09-23 06:55:08 +00:00
Gerald Combs df14866685 WinPcap 4.1.1 -> 4.1.2.
svn path=/trunk/; revision=33493
2010-07-12 23:52:35 +00:00
Gerald Combs bc9f8d0cd7 Add Visual C++ project files to the distribution.
svn path=/trunk/; revision=33386
2010-06-30 23:20:03 +00:00
Graeme Lunt 98f57f0da0 Documentation for the Object Identifiers User Accessible Table.
svn path=/trunk/; revision=33368
2010-06-29 09:41:53 +00:00
Gerald Combs 9020bfc38d Replace ASCII arrows with their equivalent character entities.
svn path=/trunk/; revision=33352
2010-06-28 16:50:07 +00:00
Jeff Morriss 64ebe8caae Lua is now enabled by default. Capitalize Lua in a few places. Call protocol dissectors 'protocol dissectors' instead of protocols.
svn path=/trunk/; revision=33316
2010-06-24 19:58:20 +00:00
Gerald Combs 2827d00f2a Remove the header letter spacing. It make the Lua reference hard to read.
svn path=/trunk/; revision=33211
2010-06-13 00:39:06 +00:00
Gerald Combs 349fac664b 1.3.6 -> 1.5.0
svn path=/trunk/; revision=33138
2010-06-07 16:43:09 +00:00
Jaap Keuter 525deb3f70 Set the right DPI for PDF production.
svn path=/trunk/; revision=33081
2010-06-04 05:57:05 +00:00
Jaap Keuter 578638c7ac Bring more texts and examples up to date.
svn path=/trunk/; revision=33078
2010-06-03 21:39:38 +00:00
Gerald Combs 07354a18c1 From Jim Young via bug 4331:
This patch adds a new '-S' option to editcap that will rewrite timestamps of
packets to insure that the new capture file is in strict chronological order.

This option's primary use case is to fixup the occasional timestamps that have
a negative delta time relative to previous packet.

This feature is related to (but does not depend on) capinfos enhancement
submitted in bug #4315 which helps identify tracefiles with "out-of-order"
packets.

svn path=/trunk/; revision=33042
2010-06-02 00:30:25 +00:00
Gerald Combs f194916d62 From Jim Young via bug 4049:
This patch adds a new '-o' option to capinfos (enabled by default) to report if
the packets within a particular capture file are in strict chronological time
order or not.

svn path=/trunk/; revision=33041
2010-06-02 00:24:03 +00:00
Gerald Combs fa5f6cced7 From Edgar Gladkich:
This is an extension to the Wireshark context sensitive protocol help. Rows in
TreeView window are analyzed and suitable help file (as HTML) is opened in a
browser.

The help part (large file, 23 MB) of the Protocol Help can be downloaded under
www.inacon.com/dowload/stuff/protocol_help.tar.gz

This protocol help "light" provides descriptive content for the most frequently
used standard protocols, including IP, TCP or SMTP.

From me:

Changes:

Rename "ph_" in some function names to "proto_help_". Move the protocol
help code to its own module.

Make a bunch of functions static. Remove unused code.

Use browser_open_url() instead of a custom function.

Increase the logging levels. Don't clobber the normal log handler.

Update some Doxygen comments to match the format in the rest of the code
base.

Removed GTK version checks. We've been 2.x only for a while.

Move ph_replace_string to string_replace() in epan/strutil.[ch].

Fix a bunch of memory leaks.

Add a NULL pointer check.

Reformat the overview menu label.

Document the file format and locations.

Add Edgar to AUTHORS.

svn path=/trunk/; revision=32995
2010-05-27 15:51:25 +00:00
Gerald Combs 8a0edc9501 Remove a couple of items from the "known bugs" list.
svn path=/trunk/; revision=32989
2010-05-27 03:24:04 +00:00
Jaap Keuter a59da6ffd8 Update name resolving description.
svn path=/trunk/; revision=32979
2010-05-26 19:06:17 +00:00
Bill Meier b07566f60e Reference the 'interlink' plugin dir as an example (rather than agentx
which is no longer a plugin).
Fix a typo.

svn path=/trunk/; revision=32978
2010-05-26 16:21:19 +00:00
Jaap Keuter 427acccd3f Prepare the docbooks for the 1.4 branch.
svn path=/trunk/; revision=32861
2010-05-18 06:16:03 +00:00
Stig Bjørlykke f62ae563dc Added some new features.
svn path=/trunk/; revision=32846
2010-05-17 20:24:28 +00:00
Jaap Keuter 1f34c8d7a1 Some cleanup and adding one more new feature.
svn path=/trunk/; revision=32836
2010-05-16 16:58:04 +00:00
Jeff Morriss 54082c6ed0 Add Cmake stuff to the source distribution so more people can try it out.
svn path=/trunk/; revision=32807
2010-05-14 16:27:03 +00:00
Jaap Keuter eda8f731d8 Update display filter scripts with new field types.
svn path=/trunk/; revision=32766
2010-05-11 21:49:30 +00:00
Gerald Combs 7821c3a9e0 Add new packet list open bugs to the "known bugs" list.
svn path=/trunk/; revision=32741
2010-05-10 22:10:59 +00:00
Gerald Combs 3457d1704e Updates for 1.4.
svn path=/trunk/; revision=32740
2010-05-10 21:58:44 +00:00
Gerald Combs e535271512 1.3.5 -> 1.3.6.
svn path=/trunk/; revision=32667
2010-05-05 00:28:24 +00:00
Bill Meier e443776687 Update the capinfos documentation.
svn path=/trunk/; revision=32652
2010-05-03 20:25:33 +00:00
Stig Bjørlykke 7c6b3823a3 Document ESS Category Attributes UAT.
svn path=/trunk/; revision=32564
2010-04-26 12:19:04 +00:00
Gerald Combs cfb892e316 From Vincenzo Condoleo via bug 3724:
Update the compare stats documentation.

From me: Add a screen shot and editorial updates. Change some lables to
better match the IP and TCP dissectors.

svn path=/trunk/; revision=32545
2010-04-23 21:21:11 +00:00
Bill Meier 7ab0cfa8d6 (Trivial changes)
svn path=/trunk/; revision=32496
2010-04-16 17:26:47 +00:00
Jeff Morriss 469f70a4e8 As per https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4680 :
Update the link to point to MSVC 2008EE now that 2010 is out.

svn path=/trunk/; revision=32478
2010-04-15 20:22:23 +00:00
Guy Harris c39ce268d6 Copyedit.
svn path=/trunk/; revision=32469
2010-04-14 22:33:23 +00:00
Jaap Keuter f329cd5bec Add remark about including packet.h before tap.h
svn path=/trunk/; revision=32448
2010-04-12 16:06:52 +00:00
Bill Meier bcea060cd5 Mention elinks as an alternative to lynx [on *nix].
svn path=/trunk/; revision=32399
2010-04-06 15:34:07 +00:00
Bill Meier fd26f6ccd7 Disable the possible use of 'links' to generate release-notes.txt
"Fixes" Bug #4631.
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4631

svn path=/trunk/; revision=32389
2010-04-05 21:04:37 +00:00
Gerald Combs ab71d9d92b 1.3.4 -> 1.3.5.
svn path=/trunk/; revision=32345
2010-03-31 22:54:07 +00:00
Jeff Morriss 325ed3bfbb From Kovarththanan Rajaratnam via
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3437 :

PSDK is now required when building with MSVC6.

From me: change some spacing around to make the table
in section 4.4.1 more readable in PDF form.

svn path=/trunk/; revision=32292
2010-03-26 18:04:09 +00:00
Bill Meier efc7fe5f3e From Ed Beroset: Add missing include in tcp_dissect_pdus example.
svn path=/trunk/; revision=32211
2010-03-16 21:06:14 +00:00
Gerald Combs 051b274944 Add a note about build-docbook-catalog/util-linux.
svn path=/trunk/; revision=32162
2010-03-10 17:54:05 +00:00
Jörg Mayer 914983a0dc Almost working out-of-tree builds for the documentation,
with a few hacks right now:
- The tip.png, warning.png and note.png images are missing from the
  pdfs and I have no idea how to tell fop how to find them.
- Disabling/enabling building the guides via option currently doesn't
  work (probably too many macros :-), so comment out the subdir instead.
- Right now, in order to build the devleopers guide we need to do the
  following in the source docbook directory:
  touch wsdg_graphics/toolbar/dummy.dummy

Apart from these: The build works with a pristine docbook dir
(svn status --no-ignore).

svn path=/trunk/; revision=32004
2010-02-25 12:30:44 +00:00
Gerald Combs 07d078896d Fix a version number.
svn path=/trunk/; revision=31923
2010-02-19 17:23:54 +00:00
Jaap Keuter 0b1e0293c5 'lint' the XML source even when building individual documents.
svn path=/trunk/; revision=31867
2010-02-12 07:54:14 +00:00
Gerald Combs 7e9faae9d9 1.3.3 -> 1.3.4.
svn path=/trunk/; revision=31865
2010-02-11 16:38:42 +00:00
Jeff Morriss feec8e9dda We don't want to deliver the (generated) Makefile. Since Makefile.common is always a dependency, add references to it only once (in Makefile.common). Should it be a dependency?
svn path=/trunk/; revision=31863
2010-02-11 01:14:24 +00:00
Gerald Combs 398ff623d5 Fix the GNU build.
svn path=/trunk/; revision=31862
2010-02-11 00:28:18 +00:00
Gerald Combs 81793ee828 Make the build dependencies more consistent between platforms. Try to
fix the Windows build (without breaking the GNU toolchain build).

svn path=/trunk/; revision=31861
2010-02-10 23:34:46 +00:00
Jeff Morriss e6b0f7cdfd Use automake to build things in docbook/ .
This at least gets the docbook source distributed, as requested in:

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3871

Still to do:
	1) get out-of-source-tree builds working
	2) automatically check that everything is distributed with distcheck
	   (requires (1) but it may also require building the docbook
	   directory as part of "make all")
	3) (optional) use automake rules to actually build the stuff (currently
	   Makefile.am is basically some automake stuff wrapped around standard
	   Makefile rules. Could this done better?)

svn path=/trunk/; revision=31858
2010-02-10 22:12:22 +00:00
Gerald Combs 733b6702be Add an item for the "ignore" feature.
svn path=/trunk/; revision=31857
2010-02-10 19:57:21 +00:00
Jeff Morriss 253856f0c0 Die if we can't open the input or output files
svn path=/trunk/; revision=31856
2010-02-10 17:59:34 +00:00
Jaap Keuter dd81089ceb Make the kludge work for xmllint too.
svn path=/trunk/; revision=31851
2010-02-09 21:47:04 +00:00
Gerald Combs 2e0cc063c0 Drop support for Windows 2000 in 1.3 and later.
svn path=/trunk/; revision=31849
2010-02-09 19:13:57 +00:00
Jaap Keuter 15112d0645 Make example output pagebreak in PDF.
svn path=/trunk/; revision=31835
2010-02-08 22:11:05 +00:00
Jaap Keuter 12ee443299 Rightsize graphics by modifying their DPI.
svn path=/trunk/; revision=31834
2010-02-08 22:09:51 +00:00
Jörg Mayer 77d63e1d27 Whitespace change
svn path=/trunk/; revision=31808
2010-02-06 10:17:52 +00:00
Jaap Keuter 440eb5bb1c Add missing graphics file.
svn path=/trunk/; revision=31800
2010-02-05 17:24:28 +00:00
Bill Meier e4ea81ea2c From Chris Maynard: "Wrong download link to vcredist_x86.exe"
(from me): Change a few additional cases of "2008EE" to "2008EE SP1"
  and indicate that 2008EE SP1 is recommended (rather than 2005EE).

svn path=/trunk/; revision=31797
2010-02-05 03:37:46 +00:00
Gerald Combs c959c3ffa3 Adjust the heading elements.
svn path=/trunk/; revision=31781
2010-02-04 00:19:00 +00:00
Stig Bjørlykke 88b72356ad Introduce "Reassembled length" filter element for all protocols doing
reassembly.

svn path=/trunk/; revision=31767
2010-02-02 16:01:52 +00:00
Martin Mathieson b3b22d6be8 Update screenshot after fixing some label issues.
svn path=/trunk/; revision=31619
2010-01-22 15:39:06 +00:00
Martin Mathieson a33e4ee41e Add a simple help page for LTE RLC stats.
svn path=/trunk/; revision=31616
2010-01-22 12:42:53 +00:00
Guy Harris 1a51e03409 Clarify tcpdump's default snapshot length a bit - and recommend 65535 as
the argument to "-s" (1500 is too small even for Ethernet, as the
maximum size of packets on Ethernet is 1514 bytes if you don't count the
FCS and 1518 bytes if you do).

svn path=/trunk/; revision=31615
2010-01-22 04:43:07 +00:00
Bill Meier 43b74900f1 Minor fix: highlight a command argument as part of the command.
svn path=/trunk/; revision=31504
2010-01-12 16:44:58 +00:00
Stig Bjørlykke e24b354bc5 Document the ignore packets functions.
Update the mark packets functions.

svn path=/trunk/; revision=31399
2010-01-01 17:00:17 +00:00
Jörg Mayer 9a69a7934e - Beginnings of cmake in docbook directory
- Add note about "make help"
- Move beginnings of packaging into its own file: CPackConfig.txt

svn path=/trunk/; revision=31379
2009-12-29 12:12:26 +00:00
Guy Harris 6c58478023 Give some information on whence xsltproc and xmllint come. Note that
they're both part of OS X Panther and later.

svn path=/trunk/; revision=31377
2009-12-28 22:09:35 +00:00
Jaap Keuter b74a82e665 Start Telephony statistics chapter.
svn path=/trunk/; revision=31369
2009-12-27 22:20:03 +00:00
Stig Bjørlykke 3dd56aba9c Document the new Copy Profile button.
svn path=/trunk/; revision=31344
2009-12-21 23:32:33 +00:00
Jaap Keuter b4a185a325 Clean up the docbook source code, apply proper tags, update references.
Update readme information, add some editing information for authors.

svn path=/trunk/; revision=31326
2009-12-20 14:49:49 +00:00
Guy Harris 0e6059ec06 Get rid of no-longer-applicable and no-longer-referred-to footnote.
svn path=/trunk/; revision=31325
2009-12-19 22:12:36 +00:00
Stig Bjørlykke 5f736a6322 Document expert info group Protocol.
svn path=/trunk/; revision=31323
2009-12-19 15:03:23 +00:00
Jaap Keuter 7d11c07ace Update the User Guide to show the current menu.
svn path=/trunk/; revision=31317
2009-12-18 23:14:26 +00:00
Bill Meier 5e3d697f0d Update README to reflect fop-0.95 as default on Windows.
svn path=/trunk/; revision=31264
2009-12-14 15:04:49 +00:00
Jaap Keuter 6869dff475 Update details about building and installing.
svn path=/trunk/; revision=31263
2009-12-14 14:39:32 +00:00
Jaap Keuter 0959e1d78c Cleanup tapping section.
svn path=/trunk/; revision=31259
2009-12-14 10:09:06 +00:00
Bill Meier 2048d62ca9 Fix XML error (I hope) ...
svn path=/trunk/; revision=31258
2009-12-14 03:01:47 +00:00
Jaap Keuter 129aed2247 Update the library references.
svn path=/trunk/; revision=31257
2009-12-13 22:10:37 +00:00
Jaap Keuter 96440eb5ba Add description on running and debugging your own build of Wireshark.
svn path=/trunk/; revision=31256
2009-12-13 19:22:28 +00:00
Jaap Keuter 2315fe5959 Update platform support, build and packaging information.
svn path=/trunk/; revision=31255
2009-12-13 13:47:36 +00:00
Jaap Keuter f476f80198 User Guide: save 50 pages worth of white space.
Developer Guide: save 45 pages worth of white space.

svn path=/trunk/; revision=31155
2009-12-02 19:51:48 +00:00
Jaap Keuter 85f4872301 Update User Guide:
- New Capture Options dialog.
- Add Remote Capture section.

svn path=/trunk/; revision=31154
2009-12-02 19:33:28 +00:00
Jaap Keuter 4dcdca4974 Clean up the makefile a bit.
svn path=/trunk/; revision=31140
2009-12-01 07:27:03 +00:00
Jaap Keuter b7f5f3171d Update the text and hyperlinks.
svn path=/trunk/; revision=31125
2009-11-29 22:49:32 +00:00
Gerald Combs f08e18e9a5 Switch back to normal versioning. Bump the version to 1.3.3.
svn path=/trunk/; revision=31064
2009-11-24 05:57:05 +00:00