Commit Graph

1010 Commits

Author SHA1 Message Date
Balint Reczey baaa0eb1a0 Mention BPF JIT in User Guide
svn path=/trunk/; revision=51492
2013-08-23 18:11:47 +00:00
Stig Bjørlykke 4409bc2877 Fixed building documentation for Lua classes and functions containing digits.
svn path=/trunk/; revision=51474
2013-08-22 17:22:25 +00:00
Gerald Combs c00caf8eab Remove catalog.xml. As a comment from Bill Meier in 2010 notes, we don't
seem to use it (and if your Docbook environment isn't set up correctly
the problem should probably be fixed elsewhere).

svn path=/trunk/; revision=51221
2013-08-08 16:41:10 +00:00
Gerald Combs 42ede93b8e Switch from Docbook 4.2 to 4.5. Our documentation builder only has the
4.4 and 4.5 DTDs installed and a quick check using a popular network
protocol analyzer showed that xsltproc was fetching the 4.2 DTDs from
the network instead of the local filesystem.

svn path=/trunk/; revision=51220
2013-08-08 15:58:35 +00:00
Gerald Combs bd33f6a366 Mention that building using Python 3 *should* work, but recommend using
2.7. Make the minimum version 2.5.

svn path=/trunk/; revision=51124
2013-08-02 16:37:45 +00:00
Gerald Combs e9d8fb754d Have docbook/Makefile.nmake use index.html similar to r51021. Make some
target names less confusing.

svn path=/trunk/; revision=51032
2013-07-30 17:57:20 +00:00
Jörg Mayer b0dc68d8e4 Mimic commit http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51021
svn path=/trunk/; revision=51027
2013-07-30 14:37:43 +00:00
Gerald Combs eb94380646 asciidoc.conf: Have sort-and-group remove commas.
gen-bugnote: Create proper bug links.

svn path=/trunk/; revision=51022
2013-07-29 21:14:13 +00:00
Gerald Combs 58ee866ec8 Name our index pages "index.html". This is follows a well-established
convention and lets us avoid a bit of juggling on the server side.

svn path=/trunk/; revision=51021
2013-07-29 21:12:05 +00:00
Evan Huus 0b796e53cf From Linas Vepstas via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8962
Enhancement: Add STANAG 4607 file format

svn path=/trunk/; revision=50996
2013-07-28 23:41:18 +00:00
Jörg Mayer 957436d5b8 Add a paragraph what to try if installation of the SDK fails.
svn path=/trunk/; revision=50862
2013-07-24 01:54:22 +00:00
Martin Kaiser 8bd14d8dba cygwin's dos2unix belongs to the Base category
svn path=/trunk/; revision=50554
2013-07-13 11:41:34 +00:00
Chris Maynard cab1f9fc0c Allow -C <choplen> to be used more than once so it is now possible to chop bytes from both the beginning and end of a packet in a single step.
svn path=/trunk/; revision=50536
2013-07-12 17:14:19 +00:00
Chris Maynard 783902ca74 Darn it - fix typo.
svn path=/trunk/; revision=50493
2013-07-10 20:15:26 +00:00
Chris Maynard 0c3f45a8ec Mention the new -L option to editcap in the release notes.
svn path=/trunk/; revision=50492
2013-07-10 20:12:52 +00:00
Gerald Combs 59644b3899 New Qt feature: Show related packet list items in the frame number
column. Conversation spans (setup frame to last frame) are shown with a
square bracket. Linked frames are shown with a circle.

Use correct column justifications in Qt. Move common
justification-related packet list code to ui/packet_list_utils.[ch].

Add a last_frame element to conversation_t.

svn path=/trunk/; revision=50447
2013-07-08 16:54:18 +00:00
Guy Harris 5d87a8c461 WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added;
just define WS_DLL_PUBLIC_NOEXTERN inside the ifdefs, and define
WS_DLL_PUBLIC as WS_DLL_PUBLIC_NOEXTERN followed by "extern".

Then rename WS_DLL_PUBLIC_NOEXTERN to WS_DLL_PUBLIC_DEF, to clarify that
it's what should be used for definitions; at least on Windows, you
*have* to use it when declaring arrays without a size, and, whilst you
might be able to use WS_DLL_PUBLIC for definitions of functions and
perhaps data definitions other than no-size arrays, it might be clearer
to rename WS_DLL_PUBLIC to WS_DLL_PUBLIC_DECL and use it only for
declarations.

svn path=/trunk/; revision=50334
2013-07-03 01:43:39 +00:00
Jörg Mayer 7670683e3b Explain how to enter a \ in an snmp field.
svn path=/trunk/; revision=50045
2013-06-19 18:20:59 +00:00
Chris Maynard c621a6dbf1 Trivial: add a missing word, "to".
svn path=/trunk/; revision=50037
2013-06-19 15:24:14 +00:00
Chris Maynard 909d2eb309 Allow for column headers not to be printed in order to make it possible to export packets as plain text in a format that could then have a chance of being imported again (assuming other factors such as packet bytes were printed, etc.) in order to recover the original pcap file.
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1636

svn path=/trunk/; revision=50036
2013-06-19 15:22:56 +00:00
Martin Kaiser cee4e923ae the dos2unix cygwin package is required for compiling on windows
svn path=/trunk/; revision=49972
2013-06-17 00:57:16 +00:00
Gerald Combs 8558707681 Color td and th borders as well. Set an SVN ID.
svn path=/trunk/; revision=49909
2013-06-12 16:43:25 +00:00
Gerald Combs aa9080b735 Update the table style. Minor text fixes.
svn path=/trunk/; revision=49907
2013-06-12 15:37:04 +00:00
Gerald Combs 66a7193699 Convert the compiler table to a variablelist so that we don't end up
cramming a bunch of text into a bunch of narrow columns.  Remove the
.NET framework 2.0 SDK and Visual Studio 2005. Sort items from newest to
oldest.

svn path=/trunk/; revision=49892
2013-06-12 00:42:31 +00:00
Gerald Combs 693bcb654c Have the NSIS installer run the existing uninstaller silently. This
should save a few mouse clicks during the installation process.

svn path=/trunk/; revision=49813
2013-06-06 19:04:46 +00:00
Gerald Combs 0c7b80da22 Forward-port part of r49794 from trunk-1.10.
svn path=/trunk/; revision=49799
2013-06-05 23:43:56 +00:00
Pascal Quantin 3368f333a4 Add UDT to the list of new protocols
svn path=/trunk/; revision=49695
2013-06-02 17:21:43 +00:00
Pascal Quantin 6c72b855f9 Fix a typo error as reported on -dev
svn path=/trunk/; revision=49694
2013-06-02 16:54:16 +00:00
Jeff Morriss bd25e827be Oops: revert 49636. We tell a2x to use fop to generate the PDFs.
svn path=/trunk/; revision=49638
2013-05-30 21:41:17 +00:00
Jeff Morriss c7741660a2 Add SEL RTAC to list of new protocols.
svn path=/trunk/; revision=49637
2013-05-30 21:37:26 +00:00
Jeff Morriss 3428bf9168 Which release notes targets we can build no longer depends on whether we HAVE_FOP.
svn path=/trunk/; revision=49636
2013-05-30 21:33:04 +00:00
Pascal Quantin 55da3a2254 From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8644 :
SEL RTAC (Real Time Automation Controller) EIA-232 Serial-Line Dissection

svn path=/trunk/; revision=49635
2013-05-30 20:51:18 +00:00
Gerald Combs 28f2367a51 Adjust some fonts and colors.
svn path=/trunk/; revision=49621
2013-05-29 17:58:01 +00:00
Evan Huus 3191b39c7c Update the release notes for the changes since 1.10 branched: one new
protocol, one file format, and Michael's filterable expert info.

Hopefully keeping this up to date as we go will make Gerald's job a bit
easier when the next release rolls around.

svn path=/trunk/; revision=49574
2013-05-25 03:46:08 +00:00
Jeff Morriss f93348a2f7 As suggested by Moshe Kaplan in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8712 :
When pointing people to the mailing lists, point them directly to the lists
page rather than explaining where to look for the link on the main page (the
directions were several years out of date).

While there also fix up some of the indentation and add a link to the Q&A site
in the developer's guide.

svn path=/trunk/; revision=49553
2013-05-24 14:45:55 +00:00
Jörg Mayer 557e7723e0 Note the removal of the left-handed settings and how to get the
behavior back via gtk-settings.

svn path=/trunk/; revision=49026
2013-04-25 08:15:22 +00:00
Pascal Quantin 7783ca3d2c Update guides
svn path=/trunk/; revision=48981
2013-04-22 21:24:40 +00:00
Gerald Combs 5f442f78f2 Update the sample bug.
svn path=/trunk/; revision=48973
2013-04-22 18:01:16 +00:00
Gerald Combs ea19c7f952 1.9.3 → 1.11.0.
svn path=/trunk/; revision=48972
2013-04-22 17:59:38 +00:00
Gerald Combs d72bce7558 Add back the sample bug test.
svn path=/trunk/; revision=48938
2013-04-19 18:53:44 +00:00
Pascal Quantin 6910f9428f From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8503 :
Add USBPcap support

svn path=/trunk/; revision=48847
2013-04-14 16:00:34 +00:00
Pascal Quantin d9e7028ed2 Update User Guide
svn path=/trunk/; revision=48843
2013-04-13 21:47:16 +00:00
Gerald Combs c0c0000b87 Adjust some wording.
svn path=/trunk/; revision=48779
2013-04-07 18:00:48 +00:00
Pascal Quantin 02db28c2a9 Update User Guide
svn path=/trunk/; revision=48756
2013-04-06 11:03:27 +00:00
Chris Maynard 4ac2441d7c Coalesce "-G fields2" and "-G fields3" into "-G fields", as discussed on -dev.
See: http://www.wireshark.org/lists/wireshark-dev/201304/msg00015.html

svn path=/trunk/; revision=48753
2013-04-05 21:58:43 +00:00
Guy Harris a808b622ac Add missing </endlist>.
svn path=/trunk/; revision=48668
2013-03-31 06:17:41 +00:00
Guy Harris b5a890d276 Don't bundle "Open" and "Import" together; again, clarify that "Import"
is a somewhat limited function.

svn path=/trunk/; revision=48667
2013-03-31 05:12:50 +00:00
Guy Harris 7b32fc6873 Reflect the new menu item for the dialog box for importing a hex dump
file (and note in more detail what it does).

svn path=/trunk/; revision=48666
2013-03-31 04:28:39 +00:00
Evan Huus 2fba8c0f9d Update -2, -R and -Y to behave consistently as per the concensus reached on
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223

Mention the new -Y flag and associated changes in the release notes.

svn path=/trunk/; revision=48654
2013-03-30 15:38:03 +00:00
Martin Kaiser 2528164448 list the new file format in the release notes
svn path=/trunk/; revision=48649
2013-03-30 10:30:22 +00:00