summaryrefslogtreecommitdiff
path: root/docbook
AgeCommit message (Collapse)AuthorFilesLines
2015-11-29Docbook: We no longer support Windows Server 2003.Gerald Combs3-25/+18
Try to clarify 2003 and XP support in the User's and Developer's guides. Change-Id: Id08b21374485bf7655b83bb20b7c3d70f8871499 Reviewed-on: https://code.wireshark.org/review/12275 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Gerald Combs <gerald@wireshark.org> (cherry picked from commit 5c620fff3dd6c278cdca4382b2cba2c5d0d35937) Reviewed-on: https://code.wireshark.org/review/12289
2015-11-182.0.0 → 2.0.1.Gerald Combs2-382/+10
Change-Id: I29a71f3bc76eb1fdc226c9f340c45fb3bcf7dffc Reviewed-on: https://code.wireshark.org/review/11955 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-11-18Build 2.0.0.Gerald Combs1-2/+17
Change-Id: I2f09c62dca2a06f86aa677fca8917af12aeb63f6 Reviewed-on: https://code.wireshark.org/review/11954 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-11-13CMake: add our own FindCygwin modulePascal Quantin1-0/+7
The one from official CMake (3.3.2) does not look for the default 64bits installation path. Let's add it. Also add a WIRESHARK_CYGWIN_INSTALL_PATH environment variable allowing to force it. For reference, registry based detection fails to detect a 64bits installation because it gets redirected to the Wow6432 node. Change-Id: If3172494e3ab232e094389b493e6b67023662ae5 Reviewed-on: https://code.wireshark.org/review/11769 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> (cherry picked from commit 654d4abf71ea2fd69eacce57dd970f93e2deab46) Reviewed-on: https://code.wireshark.org/review/11807
2015-11-12Developer guide: add docbook-xml45 to the list of required Cygwin packagesPascal Quantin1-1/+3
Change-Id: Id0a241361160b03c16a6a9152c8f1a86f87b9db1 Reviewed-on: https://code.wireshark.org/review/11784 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> (cherry picked from commit 7775b4898780299652ceab10d8022d9df683c723) Reviewed-on: https://code.wireshark.org/review/11785
2015-11-12Fix up documentation of RPM packages.Jeff Morriss3-12/+43
Specify which ./configure options are passed into the RPM. Describe the 3 package RPM package names and their contents. Describe how to enable parallel builds when making RPMs. RPM now stands for "RPM Package Manager." Fix some markup problems. Change-Id: I1664aa0956719e872d302a4af2c092318f5eea6d Reviewed-on: https://code.wireshark.org/review/11737 Reviewed-by: Anders Broman <a.broman58@gmail.com> (cherry picked from commit 1ab019f409f2855d3b51717a237cc482242887e9) Reviewed-on: https://code.wireshark.org/review/11761
2015-11-11Build 2.0.0rc3.Gerald Combs1-0/+4
Change-Id: Iec66588cb40caba2ed35f8720b124a02e3137c8b Reviewed-on: https://code.wireshark.org/review/11747 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-11-11Update user guide for upcoming 2.0 releasePascal Quantin5-53/+68
Change-Id: Ibb001b618df5893e0f236f11901f4c6591b57815 Reviewed-on: https://code.wireshark.org/review/11729 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2015-11-10Apple calls it just "OS X" these days.Guy Harris6-20/+19
Change-Id: I98905988ceb394d27307d1cbe883d8fe95ac23e4 Reviewed-on: https://code.wireshark.org/review/11703 Reviewed-by: Guy Harris <guy@alum.mit.edu> (cherry picked from commit 0b05086754ad977d639ed7715a34b57b5e0ee28e) Reviewed-on: https://code.wireshark.org/review/11704
2015-11-10Initial Sysdig syscall (event) support.Gerald Combs1-0/+1
Add a dissector for reading Sysdig event blocks. It only handles plain events but it's usable for reading trace files on hand here. Use a script to generate various parts of the dissector. As an experiment, update parts in-place instead of using a template. Ultimately there should probably be a top-level "Syscall" or "Event" dissector alongside the "Frame" dissector, which could then call this. You could then directly compare an executable's system calls alongside its network traffic. For now leverage the pcapng_block dissector and keep everything under "Frame". Next steps: - Items listed at the top of packet-sysdig-event.c. Change-Id: I17077e8d7f40d10a946d61189ebc077d81c4da37 Reviewed-on: https://code.wireshark.org/review/11103 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org> (cherry picked from commit 0d497e812508b3d71716618e39647a107c206b1d) Reviewed-on: https://code.wireshark.org/review/11702
2015-11-10Apple just calls it "OS X" these days.Guy Harris1-2/+2
Change-Id: I702e5e4853c52f9a476f04145dcdf1720fd289fe Reviewed-on: https://code.wireshark.org/review/11701 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-11-10Update the release notes.Gerald Combs1-3/+31
Change-Id: Id1c4f50bb7a6f8b9a1fb0918b96f91371c5d974d Reviewed-on: https://code.wireshark.org/review/11699 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-11-05docs: Windows CMake buildsGraham Bloice6-349/+150
Updated the WSDG Windows build instructions to use CMake. Change-Id: I5006c07e09ec6f628e8bc44006a3f1086e831a3c Reviewed-on: https://code.wireshark.org/review/11485 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net> (cherry picked from commit 25e3a6c021d2c45284bb94ab93704f0a8938f2ee) Reviewed-on: https://code.wireshark.org/review/11582
2015-11-02Update some WSUG screenshots and markup.Gerald Combs15-71/+188
Updated the main window and main menu screenshots. Update the markup for the File and Edit menus. Change-Id: I31282e3913692895a35e749c54c77c8069c7167a Reviewed-on: https://code.wireshark.org/review/11487 Reviewed-by: Gerald Combs <gerald@wireshark.org> (cherry picked from commit f015c85317a8fc134902addab48ec3a1eeceab3e) Reviewed-on: https://code.wireshark.org/review/11501
2015-10-30Qualify that it's *ONC* RPC that's affected by the API change.Guy Harris1-5/+5
Change-Id: I29fa16ef317d2df38ef55cc8dff8d9fcc08c7ae5 Reviewed-on: https://code.wireshark.org/review/11452 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-10-30Prep for 2.0.0rc2.Gerald Combs1-3/+12
Change-Id: If65a1f82f89c25645eea3fac2b1e554ae7dca4b0 Reviewed-on: https://code.wireshark.org/review/11443 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-10-27Note the move of the configuration directory (bug 6353).Guy Harris1-1/+9
Change-Id: I2a0578f4858dd65df9cd8201d22cc121064c38f9 Reviewed-on: https://code.wireshark.org/review/11333 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-10-17Explain what it means that Wireshark can now open PCAP files (as MIME files).Jeff Morriss1-1/+9
The title "New File Format Support" containing a list that included PCAP and PCAPNG caught my eye: Wireshark has supported those for years. (Attempt to) explain what it means. Change-Id: I472fabcca00befee9032cd7ef11bf30257b8ff8e Reviewed-on: https://code.wireshark.org/review/11076 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-10-15Add a couple more API changes in 2.0.Jeff Morriss1-1/+7
tvb_length() is gone and the RPC API has significant changes. Change-Id: I5276233a08296dfa6e33251a442e0acb3c98b84f Reviewed-on: https://code.wireshark.org/review/11053 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-10-13Update the new protocols list for 2.0Gerald Combs1-44/+84
Update the new protocols list based on diffing the output of `tshark -G protocols` from 1.12 and 2.0 The "--sort-and-group--" macro does just that -- it sorts and comma-separates a list of items. Move sentences out of those blocks. Change-Id: I2852f82249413a099a3162acbcb3bcfb13fc3065 Reviewed-on: https://code.wireshark.org/review/10986 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-10-13Prep for 2.0.0rc1.Gerald Combs1-1/+19
Change-Id: If1d8dd7df27567281d03f6f46382bdb1cf5655c3 Reviewed-on: https://code.wireshark.org/review/10983 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-10-05Initialize master-2.0.Gerald Combs1-2/+2
There is a checklist for all of this. It is sizeable. Change-Id: Ib538ac32a2764753a3f339c8466cac077c470166 Signed-off-by: Gerald Combs <gerald@wireshark.org> Reviewed-on: https://code.wireshark.org/review/10808
2015-10-02Qt: Initial RTP playback.Gerald Combs1-1/+10
Note the "initial". This is woefully incomplete. See the "to do" lists below and in the code. This differs a bit from the GTK+ version in that you specify one or more streams to be decoded. Instead of showing waveforms in individual widgets, add them all to a single QCustomPlot. This conserves screen real estate and lets us more easily take advantage of the QCP API. It also looks better IMHO. Change a bunch of checks for QtMultimediaWidgets to QtMultimedia. We probably won't use the widgets until we make 5.0 our minimum Qt version and plain old QtMultimedia lets us support Qt 4 more easily (in theory at least). Add resampling code from libspeex. I initially used this to resample each packet to match the preferred rate of our output device, but this resulted in poorer audio quality than expected. Leave it in and use to create visual samples for QCP and to match rates any time the rate changes. The latter is currently untested. Add some debugging macros. Note that both the RTP player and RTP analysis dialogs decode audio data using different code. Note that voip_calls_packet and voip_calls_init_tap appear to be dead code. To do: - Add silence frames where needed. - Implement the jitter buffer. - Implement the playback timing controls. - Tapping / scanning streams might be too slow. Change-Id: I20dd3b66d3df53c9b1f3501262dc01458849f6b4 Bug: 9007 Reviewed-on: https://code.wireshark.org/review/10458 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-09-30nwp: add support for NWP packetsCody Doucette1-0/+1
Neighborhood Watch Protocol (NWP) is an XIA protocol for resolving network addresses to link-layer addresses. Hosts on a LAN send NWP Announcement packets with their host identifiers (HIDs), and neighbors in the LAN respond with NWP Neighbor List packets containing their HIDs and associated link-layer addresses. Bug: 11492 Change-Id: Ib1e801474b1aa72f5dd3d8303eeec36b96ee0a99 Reviewed-on: https://code.wireshark.org/review/10316 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-09-30automake: get docbook builds working for out of (source) tree builds.Jeff Morriss1-8/+12
Change-Id: I483596d21f072b97ae87d5032bd450adcafcf243 Reviewed-on: https://code.wireshark.org/review/10678 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-09-28WSUG: send readers to the wiki's SSL page for help on decryption.Jeff Morriss1-1/+1
This replaces a question (recently remarked upon on -users) with a link to someplace where we already have documentation on the subject. Change-Id: I6c5cf2b0f674c129aaa017da0ca44176c5be665f Reviewed-on: https://code.wireshark.org/review/10677 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-09-21Remove proto_tree_add_text API.Michael Mann1-0/+1
Its time has finally come. Technically I just renamed it to proto_tree_add_text_internal and removed the WS_DLL_PUBLIC (so it shouldn't link outside of epan). It's still (legitimately) used by expert.c otherwise I would have made it static within proto.c (and the rename wouldn't have been necessary). Change-Id: I9bdf888d5e92bc7b70a3f5461b9297a66d994b80 Reviewed-on: https://code.wireshark.org/review/10594 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Evan Huus <eapache@gmail.com>
2015-09-19TCPROS - Initial implementation for the Robot Operating System TCP protocolGuillaume Autran1-0/+1
TCPROS is a transport layer for ROS Messages and Services. It uses standard TCP/IP sockets for transporting message data. Inbound connections are received via a TCP Server Socket with a header containing message data type and routing information. For more information, see: http://wiki.ros.org/ROS/TCPROS Bug: 11404 Change-Id: If8810dbb2cb6d6522eb035fd0fa1cf49933bad3d Reviewed-on: https://code.wireshark.org/review/9807 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-09-11Support for Wifi packet capture for android devices.Aditya Jain1-1/+1
Added the wifi capturing feature in the Androiddump. Wifi packet capturing is done by making use of tcpdump in android devices. Android wifi will appear as a capture interface in the interface window. This will be an added support for android devices for device network bandwidth analysis. Change-Id: I71d24ae5d1764d3ee7e50f09cd0b530ee9654844 Reviewed-on: https://code.wireshark.org/review/10414 Reviewed-by: ronnie sahlberg <ronniesahlberg@gmail.com> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Michal Labedzki <michal.labedzki@tieto.com>
2015-09-11dfilter: Add membership operatorJeffrey Smith1-0/+13
Added a new relational test: 'x in {a b c}'. The only LHS entity supported at this time is a field. The generated DFVM operations are equivalent to an OR'ed series of =='s, but with the redundant existence tests removed. Change-Id: Iddc89b81cf7ad6319aef1a2a94f93314cb721a8a Reviewed-on: https://code.wireshark.org/review/10246 Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com> Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-09-09Add the IAX2 Analysis dialog.Gerald Combs1-1/+8
Copied from the RTP Analysis dialog, just like the GTK+ version. Change-Id: I111020bc4073a3a3ba583bdace51a91ee5fef300 Reviewed-on: https://code.wireshark.org/review/10447 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-09-04xip-serval: add support for XIP Serval packetsCody Doucette1-0/+1
Serval is a service-centric architecture that has been ported to XIA to allow applications to communicate using service names. This change adds a dissector for XIP Serval, which sits between layers 3 and 4, and also amends the XIP dissector to be able to invoke it. Bug: 11491 Change-Id: I11299ddbd0fb9eaf8728f8b3fde2a63656963114 Reviewed-on: https://code.wireshark.org/review/10315 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-09-021.99.9 → 1.99.10.Gerald Combs1-1/+1
Change-Id: I924be5b0e3c73a0bb8ae1361fa518ec10139e13d Reviewed-on: https://code.wireshark.org/review/10363 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-09-01Update the release notes.Gerald Combs1-0/+2
Change-Id: I0ab4cc92c24048e4e77b12bcc205d7a15a5ddb74 Reviewed-on: https://code.wireshark.org/review/10343 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-29Added Reload Lua plugins to the release notes.Stig Bjørlykke1-0/+1
Change-Id: I2ea50b331322e0bc66bf5f3b48d9c2e78bbdd1e5 Reviewed-on: https://code.wireshark.org/review/10285 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2015-08-28Update the release notes.Gerald Combs1-0/+8
Change-Id: I7fb0d307355320a77f011b59c71d1d54066b7d08 Reviewed-on: https://code.wireshark.org/review/10284 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-26Add per-dialog progress frames.Gerald Combs1-0/+6
Add ProgressFame::addToButtonBox, which violates the UX guidelines on every platform we support by inserting a ProgressFrame into a QDialogButtonBox. Call addToButtonBox in the constructors of a bunch of dialogs. Change-Id: I33ac5fd7a976ee6e0527de569a5c4b528980dae1 Reviewed-on: https://code.wireshark.org/review/10242 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-25Point to GitHub for the pcapng specification.Guy Harris1-1/+1
Change-Id: I33faa41e8b0f36ee49d29fe391feafd94d0a7e80 Reviewed-on: https://code.wireshark.org/review/10245 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-08-23CBOR: add Concise Binary Object Representation (RFC 7049) dissectorHauke Mehrtens1-0/+1
This adds a dissector Concise Binary Object Representation (CBOR) (RFC 7049). CBOR is a binary data format designed for implementations with small code size as used in the IoT. It uses a structure similar to JSON, but encodes the data in binary format. This is used on top of CoAP for example. Change-Id: I9d7b7d4f7609c899bfc68250cdfebd5dc64e0402 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Reviewed-on: https://code.wireshark.org/review/9848 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2015-08-19Added TDMoP protocol dissectorAndrew Chernyh1-0/+1
Bug: 11340 Change-Id: I04408db376718c7a5392f9521d7d75d0481ec30e Reviewed-on: https://code.wireshark.org/review/9514 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-08-18File-format: Add PCAP and PCAPNG dissectorsMichal Labedzki1-0/+7
They have educational values and can be used to debugging some issues. Now Wireshark can open three files (BTSNOOP, PCAP, PCAPNG) in two modes: Capture (Traditional) and File-Format. Change-Id: I833b2464d11864f170923dc989a1925d3d217943 Reviewed-on: https://code.wireshark.org/review/10089 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-08-09Switch the guides back to html output.Gerald Combs1-3/+2
DocBook's xhtml5 stylesheet output didn't render correctly in Firefox. This reverts commit dc09d18e8ecdc55de2361d8ff6d2b0bf36345a70. This reverts commit 62e56ad92a50c7dd58e83447207b8be0cc0bbb76. This reverts commit 53a80334bcb3ca40a5aaef504e2aca0f04bcc9f3. Change-Id: Iafcf18cfce25772146fc2e155728401fd105a44b Reviewed-on: https://code.wireshark.org/review/9944 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-08Generate DocBook conditionally.Gerald Combs1-18/+24
Add back a check when generating DocBook. Change-Id: I00679853d537f543db6f37a60ae4c46b3cce76e6 Reviewed-on: https://code.wireshark.org/review/9935 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-08CMake: Try to fix generated docbook dependencies.Gerald Combs1-94/+127
Add custom {developer,user}_guide_docbook targets for docbook output. Make sure the HTML, PDF, and CHM outputs depend on their associated docbook target and not on the output .xml file. This keeps us from running a2x instances in parallel. Change-Id: I73b0db50ae92f62eb08ae284d498cdf2d697ac00 Reviewed-on: https://code.wireshark.org/review/9920 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-07Add a missing dependency.Gerald Combs1-0/+2
Change-Id: I2c9814419882f9bee30e70697d6f284393f275a9 Reviewed-on: https://code.wireshark.org/review/9919 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-07Rework CMake dependendencies in the docbook directory.Gerald Combs1-52/+67
Create dependencies explicitly using add_dependencies. Otherwise MSBuild only builds one output per run. Change-Id: If42605d7e7df499cf4d4b70336d97ac6d37e8ba6 Reviewed-on: https://code.wireshark.org/review/9918 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-07Add dissector for MQTT-SN v1.2Jan-Hendrik Bolte1-0/+1
Bug: 11388 Change-Id: I5d961b19132a9904080e9494467826d15659c54e Reviewed-on: https://code.wireshark.org/review/9711 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-08-05Output xhtml guides everywhere.Gerald Combs1-2/+3
Update Autotools / Nmake to generate xhtml5 user and developer guides. Change-Id: I5024151aecaee62ea6d8469807fabda552d3f663 Reviewed-on: https://code.wireshark.org/review/9884 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-27nettrace3gpp324423: fix name consistencyLuke Mewburn1-1/+1
Improve consistency when referring to 3GPP TS 32.423: - The standard name is "3GPP TS 32.423" (with "TS", and "." separator). - Fix typo in number series ("32" not "34"). - The standard refers to "Trace", not "Nettrace". Change-Id: If9994b9c6de69b6e1bdfc6679fbaabe698971949 Reviewed-on: https://code.wireshark.org/review/9795 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-07-25DNS: move DNS name resolution pref to Name Resolution prefsHadriel Kaplan2-4/+5
Move the boolean flag for using captured DNS packet info for name resolution to the Name Resolution preferences settings, as it was rather surprising to disable Name Resolution preferences and still have names being resolved. Also disble them all if the '-n' command line switch is used, and re-enable it for a 'd' character in the '-N' option. Bug: 10337 Change-Id: Ie4d47bab0100db3360cc447cd3e446b2e39aa917 Reviewed-on: https://code.wireshark.org/review/9786 Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>