summaryrefslogtreecommitdiff
path: root/docbook
AgeCommit message (Collapse)AuthorFilesLines
2013-10-10Revert the changes made to resolve ↵Chris Maynard1-0/+4
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3528 (When following an HTTP tcp stream decode gzip data automatically), as they caused a bigger problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9044 ("Follow TCP Stream" shows only first HTTP req+res). #BACKPORT(1.10) svn path=/trunk/; revision=52506
2013-10-10Revert "Fix using fop from CMake"Balint Reczey1-4/+0
This reverts commit r52484 svn path=/trunk/; revision=52488
2013-10-10Fix using fop from CMakeBalint Reczey1-0/+4
svn path=/trunk/; revision=52484
2013-10-09Make column "filter name" prefixed with _ws. to be the same as other "*shark ↵Michael Mann1-1/+1
application filters" created in r52462. svn path=/trunk/; revision=52474
2013-10-09Add some license headers after emailing the respective authors to confirm.Evan Huus1-0/+20
svn path=/trunk/; revision=52471
2013-10-09Prefix all "Wireshark application specific" display filters with a "_ws." to ↵Michael Mann1-2/+4
distinguish them from dissector filters. This was committed now to get it into the 1.11 release so users can start getting used to the changed filter names. svn path=/trunk/; revision=52462
2013-10-08Add notes about Qt, wmem, and bug 9242.Gerald Combs1-0/+5
svn path=/trunk/; revision=52452
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 ↵Michael Mann1-0/+1
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9192) From Ed Beroset. svn path=/trunk/; revision=52393
2013-09-28Make the sample "The following bugs have been fixed:" entry match theGuy Harris1-1/+1
syntax used in actual release notes we've shipped (putting the buglist link in parentheses). svn path=/trunk/; revision=52257
2013-09-28Mention bug 9200 being fixed.Guy Harris1-0/+2
svn path=/trunk/; revision=52256
2013-09-22Remove U3 references.Gerald Combs3-10/+2
svn path=/trunk/; revision=52166
2013-09-10Update User GuidePascal Quantin1-38/+59
svn path=/trunk/; revision=51946
2013-09-08Allow an optional offset to be specified when chopping bytes from packets.Chris Maynard1-0/+3
svn path=/trunk/; revision=51845
2013-08-23Mention BPF JIT in User GuideBalint Reczey2-0/+13
svn path=/trunk/; revision=51492
2013-08-22Fixed building documentation for Lua classes and functions containing digits.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=51474
2013-08-08Remove catalog.xml. As a comment from Bill Meier in 2010 notes, we don'tGerald Combs3-76/+0
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-08Switch from Docbook 4.2 to 4.5. Our documentation builder only has theGerald Combs4-10/+10
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-02Mention that building using Python 3 *should* work, but recommend usingGerald Combs1-8/+8
2.7. Make the minimum version 2.5. svn path=/trunk/; revision=51124
2013-07-30Have docbook/Makefile.nmake use index.html similar to r51021. Make someGerald Combs2-17/+11
target names less confusing. svn path=/trunk/; revision=51032
2013-07-30Mimic commit ↵Jörg Mayer1-4/+4
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51021 svn path=/trunk/; revision=51027
2013-07-29asciidoc.conf: Have sort-and-group remove commas.Gerald Combs1-1/+1
gen-bugnote: Create proper bug links. svn path=/trunk/; revision=51022
2013-07-29Name our index pages "index.html". This is follows a well-establishedGerald Combs1-6/+6
convention and lets us avoid a bit of juggling on the server side. svn path=/trunk/; revision=51021
2013-07-28From Linas Vepstas via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8962Evan Huus1-0/+1
Enhancement: Add STANAG 4607 file format svn path=/trunk/; revision=50996
2013-07-24Add a paragraph what to try if installation of the SDK fails.Jörg Mayer1-4/+9
svn path=/trunk/; revision=50862
2013-07-13cygwin's dos2unix belongs to the Base categoryMartin Kaiser1-3/+3
svn path=/trunk/; revision=50554
2013-07-12Allow -C <choplen> to be used more than once so it is now possible to chop ↵Chris Maynard1-6/+13
bytes from both the beginning and end of a packet in a single step. svn path=/trunk/; revision=50536
2013-07-10Darn it - fix typo.Chris Maynard1-1/+1
svn path=/trunk/; revision=50493
2013-07-10Mention the new -L option to editcap in the release notes.Chris Maynard1-0/+2
svn path=/trunk/; revision=50492
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs1-0/+1
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-03WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added;Guy Harris1-2/+2
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-06-19Explain how to enter a \ in an snmp field.Jörg Mayer1-0/+4
svn path=/trunk/; revision=50045
2013-06-19Trivial: add a missing word, "to".Chris Maynard1-12/+12
svn path=/trunk/; revision=50037
2013-06-19Allow for column headers not to be printed in order to make it possible to ↵Chris Maynard3-239/+270
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-17the dos2unix cygwin package is required for compiling on windowsMartin Kaiser1-0/+3
svn path=/trunk/; revision=49972
2013-06-12Color td and th borders as well. Set an SVN ID.Gerald Combs1-0/+2
svn path=/trunk/; revision=49909
2013-06-12Update the table style. Minor text fixes.Gerald Combs2-24/+45
svn path=/trunk/; revision=49907
2013-06-12Convert the compiler table to a variablelist so that we don't end upGerald Combs1-315/+269
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-06Have the NSIS installer run the existing uninstaller silently. ThisGerald Combs1-0/+2
should save a few mouse clicks during the installation process. svn path=/trunk/; revision=49813
2013-06-05Forward-port part of r49794 from trunk-1.10.Gerald Combs1-1/+13
svn path=/trunk/; revision=49799
2013-06-02Add UDT to the list of new protocolsPascal Quantin1-0/+1
svn path=/trunk/; revision=49695
2013-06-02Fix a typo error as reported on -devPascal Quantin1-1/+1
svn path=/trunk/; revision=49694
2013-05-30Oops: revert 49636. We tell a2x to use fop to generate the PDFs.Jeff Morriss1-0/+4
svn path=/trunk/; revision=49638
2013-05-30Add SEL RTAC to list of new protocols.Jeff Morriss1-0/+1
svn path=/trunk/; revision=49637
2013-05-30Which release notes targets we can build no longer depends on whether we ↵Jeff Morriss1-4/+0
HAVE_FOP. svn path=/trunk/; revision=49636
2013-05-30From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8644 :Pascal Quantin1-8/+9
SEL RTAC (Real Time Automation Controller) EIA-232 Serial-Line Dissection svn path=/trunk/; revision=49635
2013-05-29Adjust some fonts and colors.Gerald Combs1-6/+12
svn path=/trunk/; revision=49621
2013-05-25Update the release notes for the changes since 1.10 branched: one newEvan Huus1-115/+5
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-24As suggested by Moshe Kaplan in ↵Jeff Morriss4-82/+114
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-04-25Note the removal of the left-handed settings and how to get theJörg Mayer1-0/+4
behavior back via gtk-settings. svn path=/trunk/; revision=49026
2013-04-22Update guidesPascal Quantin2-4/+4
svn path=/trunk/; revision=48981