Commit graph

714 commits

Author SHA1 Message Date
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