aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
AgeCommit message (Collapse)AuthorFilesLines
2016-03-23WSUG: Change word in chapter VLAN resolvingUli Heilmeier1-1/+1
As suggested by Graham Bloice. Change-Id: Ic42e89e2b4ce98cbda827533d234ee1e3d03d32f Reviewed-on: https://code.wireshark.org/review/14583 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2016-03-22WSUG: Add documentation for vlan id resolvingUli Heilmeier2-0/+21
Ping-Bug: 11209 Change-Id: Ife36b7ad02d22e2fa53eedc8d49a81ff8c578844 Reviewed-on: https://code.wireshark.org/review/14554 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-03-21Remove ADNS supportJoão Valverde1-1/+1
Relevant mailing list message: https://www.wireshark.org/lists/wireshark-dev/201503/msg00007.html Change-Id: I0cff6d4d64fb52a651bcf6b28c183e43653b1cc2 Reviewed-on: https://code.wireshark.org/review/14519 Reviewed-by: João Valverde <j@v6e.pt>
2016-03-18DocBook: Don't require xmllint.Gerald Combs5-87/+8
Remove dependencies on xmllint. We don't write DocBook by hand any more and we haven't used it in a long time in the CMake builds. Change-Id: Ic07f03b00c4554c058eece0462b0925d565b6da1 Reviewed-on: https://code.wireshark.org/review/14506 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-03-13ISO 8583-1 dissector initial importPaulo Roberto Brandão1-0/+1
Initial import of source code for the dissector of the ISO 8583-1 'financial transaction card originated messages - Interchange message specification' standard. Bug: 12244 Change-Id: I24804cab4a93131ec9afa307844ad62eb2e01089 Reviewed-on: https://code.wireshark.org/review/14311 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-03-08Added dissector for Metamako trailers.David Snowdon1-0/+1
Change-Id: Ib9dc712f58b9e579ad8ef027864db0a1b31ebf52 Reviewed-on: https://code.wireshark.org/review/14282 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: Pascal Quantin <pascal.quantin@gmail.com>
2016-02-29Support dissecting the TLV data format specified for Lwm2mChristoph Burger-Scheidlin1-0/+1
Lightweight M2M is a protocol on top of CoAP that is used for device management. The specification contains a custom payload format - a simple type, length, value binary encoding. This patch adds support for dissecting this payload format. While not yet officially registered, the main open source implementation of the lwm2m protocol - eclipse's leshan - uses this content type 1542 for its messages. Bug: 12110 Change-Id: Ib022d1f485c706f1d69ceec7200790448d080965 Reviewed-on: https://code.wireshark.org/review/13835 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-02-28Qt: Improve Show Packet BytesStig Bjørlykke1-3/+8
- Add ShowAsASCIIandControl to keep ShowAsASCII only ASCII printable. - Enable show selected when ShowAsRAW. - Use QString::fromLatin1() when ShowAs8859_1. - Don't replace null with symbol for null when ShowAsUTF8. Change-Id: I25750247160e33d342fde12e6a998e3198270acf Reviewed-on: https://code.wireshark.org/review/14220 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2016-02-28Add .png files for Debian packaging.Thomas Dreibholz1-0/+9
Bug: 12160 Change-Id: I00771df346893c1112599f8affb9a47f9d793a87 Reviewed-on: https://code.wireshark.org/review/14199 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Balint Reczey <balint@balintreczey.hu> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-02-26cmake: fix parallel docbook buildPeter Wu1-2/+2
Let targets depend on the generate_developer-guide.xml target instead of the developer-guide.xml output file. Change-Id: I66106ad69c9baedbd58a008b4dbbbf93b787c2c2 Reviewed-on: https://code.wireshark.org/review/14156 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-02-25u3v: dissector for the USB3 Vision protocolThies Moeller1-0/+1
Dissector for the USB3 Vision machine vision camera protocol. * Descriptors * Bootstrap registers * Control (GenCP) * Stream data A sample capture (usb_u3v_sample.pcapng) has been uploaded to https://wiki.wireshark.org/SampleCapture USB3 Vision a standard developed under the sponsorship of the AIA for the benefit of the machine vision industry. U3V stands for USB3 Vision (TM) Protocol Change-Id: If1206df7974c6a91cf18f59ddecf9d38b9827934 Reviewed-on: https://code.wireshark.org/review/14008 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>
2016-02-24Extend reassembly documentationPeter Wu1-18/+27
Documentation changes only (comments and docbook). Update WSDG with the fragment_add_seq_check API that was introduced in Wireshark 1.10. Fix typos and clarify the many functions we have for adding reassembling fragments. Change-Id: I38715a8f58e9cf1fe3e34ee4b1a4ae339630282b Reviewed-on: https://code.wireshark.org/review/14066 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-02-18Qt: Add regex support in Find PacketStig Bjørlykke1-0/+1
Add support for using regular expressions in the Search Frame when searching in packet list, packet details and packet bytes. This search is in many cases faster than plain string search. Change-Id: I2d8a709046f90d7b278fb39547fc4e2e420623bc Reviewed-on: https://code.wireshark.org/review/13981 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2016-02-16Qt: Add Decode as in Show Packet BytesStig Bjørlykke1-5/+27
Add an option to decode the packet bytes from base64 or zlib compressed. Also add configurable start byte and end byte to make it possible to decode a subset of bytes. It's also possible to select a range in ASCII view and select "Show selected" from the context menu to make a subset. In ASCII view a null terminator is replaced by UTF8 symbol for NULL, and a CR is replaced by UTF8 symbol for carriage return. This is done to make it possible to "Show selected" from the context menu. Change-Id: Ie03c9912c304c121af6ca9e998a6e8445b5382c5 Reviewed-on: https://code.wireshark.org/review/13958 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2016-02-16USBIP: add USBIP Protocol dissectorChristian Lamparter1-0/+1
This patch adds support for the USBIP protocol [0]. A document describing the protocol in detail is available from the linux kernel source [1]. The USBIP protocol mimics a USB HCD on a client PC that tunnels USB data over TCP/IP between the client and the host where the physical USB device is connected. A testcase has been submitted to bug.wireshark.org [2]. [0] <http://usbip.sourceforge.net/> [1] <https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/usb/usbip/usbip_protocol.txt> [2] <https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12127> Bug: 12127 Change-Id: I4e557dc274017eb029c7af2717a62be4b00aebda Reviewed-on: https://code.wireshark.org/review/13797 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2016-02-11flexray: add a dissector for flexray protocolRoman Leonhartsberger1-0/+2
Bug: 12033 Change-Id: I04ad97933639b1c6192608d12a1fb72f4c3725e2 Reviewed-on: https://code.wireshark.org/review/13576 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-02-08Qt: Add Show Packet Bytes DialogStig Bjørlykke2-1/+44
Show selected packet bytes as ASCII, HTML, Image, ISO 8859-1, Raw or UTF-8. Images supported are what's supported by QImage, and HTML supported is what's supported by QTextEdit. Change-Id: I96fc5c5d222c5389078576463cf78d82cf55528d Reviewed-on: https://code.wireshark.org/review/13807 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2016-02-08Rename Bluetooth OBEX dissector to OBEXMichal Labedzki1-0/+3
For historiacal reasons OBEX protocol was implemented as "Bluetooth OBEX", that means it is OBEX + Bluetooth related stuff. However Bluetooth related stuff does not caused any issue right now, so allow to use this dissector in non-Bluetooth cases. Bug: 11724 Change-Id: Ic645308bc854602d009f254ebbfd1b703a4c6a25 Reviewed-on: https://code.wireshark.org/review/13740 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-02-03Add Userlog dissectorJun Wang1-0/+1
Userlog is user flow logs of H3C device. Flow logging records users' access to the extranet. The device classifies and calculates flows through the 5-tuple information, which includes source IP address, destination IP address, source port, destination port, and protocol number, and generates user flow logs. Flow logging records the 5-tuple information of the packets and number of the bytes received and sent. With flow logs, administrators can track and record accesses to the network, facilitating the availability and security of the network. examplecapture: https://wiki.wireshark.org/SampleCaptures#UserLog Bug: 11878 Change-Id: If3b5ca75bdd6cd8dc12af4a35401c5a6aa193a73 Reviewed-on: https://code.wireshark.org/review/8148 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>
2016-01-29Add a note about Dell Backup and Recovery.Gerald Combs1-0/+3
Change-Id: I5600b1aabb8bb4c1dc2135ae01b1a5070d2a2ccb Reviewed-on: https://code.wireshark.org/review/13603 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-01-28packet-simple: SIMPLE dissectorPeter Ross1-0/+1
Change-Id: Ia3fc0a959c4f5930bd5ab2b58065f55dcec407de Reviewed-on: https://code.wireshark.org/review/13409 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-27Allow/Create an option to use "capture filter" labels defined in wireshark ↵Mike781-1/+2
GUI from CLI Move ui/filters.[ch] to filter_files.[ch] because dumpcap is using functionality. Bug: 8091 Change-Id: I195c82fc023f97d6f331b8718c45a2d83d30faea Reviewed-on: https://code.wireshark.org/review/5925 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-01-20IPOS: Add Ericsson IPOS kernel packet header dissectorChuan He1-0/+1
IPOS is the networking operating system used in Ericsson's SSR 8000, Router 6000, and SP routers, etc.. This change added the IPOS kernel packet header dissector. The change creates a new file for IPOS protocol named "packet-ipos.c". IPOS will register sub dissectors with the dissect table "sll_linux_dissector_table" for IPOS internal ethernet packet types. IPOS dissector also calls the existing REDBACK dissector. Change-Id: I642b932010be6aa05314f21ea8596d1c45eacf5b Reviewed-on: https://code.wireshark.org/review/13408 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-14Adding IAS WD cluster and IAS ACE Cluster for Zigbee Protocol.Aditya Jain1-1/+1
Change-Id: Ib5cf998cd0217e9335d826962efdc29ff13af12a Reviewed-on: https://code.wireshark.org/review/13214 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-10WSUG: Update the statusbar section.Gerald Combs6-18/+22
Change-Id: Ib76ddbf98c2ce89285bd00ba039fbf1a0baeb8aa Reviewed-on: https://code.wireshark.org/review/13177 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-01-10WSUG: Update the packet details and bytes sections.Gerald Combs4-27/+23
Update images and text. Change-Id: If024a37a01cd7ab40ae2d5f50f26ca41a159fd41 Reviewed-on: https://code.wireshark.org/review/13173 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-01-10Update the packet list documentation.Gerald Combs12-2/+63
Update images and describe related packets and the intelligent scrollbar. Suggest a way to make it easier to get a screenshot of related packets. Change-Id: I5bf27b0c53fb62f3e567765400141a374a465e4e Reviewed-on: https://code.wireshark.org/review/13159 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-01-09docs: Updates to Developers GuideGraham Bloice2-7/+12
Update link to Gerrit. Update Windows Git section with info on install options and updated links. Fix CMake section header level. Change-Id: I24769534e07e79a0608201e103cb8f1b8625cf86 Reviewed-on: https://code.wireshark.org/review/13158 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
2016-01-09Adding following dissectors for HVAC clusters for Zigbee Protocol:Aditya Jain1-1/+1
1. Pump Configuration and Control 2. Fan Control 3. Dehumidification Control 4. Thermostat User Interface Configuration Change-Id: I854f992a0c6e8a5714f308e97f30e7bc26fb73fc Reviewed-on: https://code.wireshark.org/review/13102 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-08LAT: Add LAT Protocol to release noteAlexis La Goutte1-0/+1
Change-Id: I1902685094e531ad876bccfa2af21bd546cba050 Reviewed-on: https://code.wireshark.org/review/13125 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-01-06Adding Color Control and Ballast Configuration(Lighting Chapter) Clusters ↵Aditya Jain1-0/+1
for Zigbee Change-Id: Ib8f68ce06c52fcbc1f66597f6f2c6f5e0b6a56d8 Reviewed-on: https://code.wireshark.org/review/12909 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-01-05GFP: Add support for Generic Framing Procedure (ITU-T G.7041/Y.1303)John A. Thacker1-0/+1
Add support for Generic Framing Procedure. Generic Framing Procedure (GFP) is used to map octet-aligned variable length payloads (e.g. Ethernet, MPLS, octet-aligned PPP, IP) into octet-synchronous signals such as SONET/SDH (ITU-T G.707) and OTN (ITU-T G.709). GFP is a telecommunications industry standard defined in ITU-T G.7041/Y.1303. (https://www.itu.int/rec/T-REC-G.7041/) Bug: 11961 Change-Id: Idf5b311e82b051b1ee65bde5149b3de405537b02 Reviewed-on: https://code.wireshark.org/review/13043 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-12-30Docbook: Use cyg-get for download PackagesAlexis La Goutte2-4/+10
Chocolatey don't support --source cygwin on 0.9.9.x ... https://github.com/chocolatey/choco/wiki/CommandsInstall#alternative-sources Change-Id: Ifa3f0fa0a6cbb88537c727bf64e06dce9916dbb2 Reviewed-on: https://code.wireshark.org/review/12069 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-12-30improved the developer documentationBarbu Paul - Gheorghe1-7/+5
* tvb_*_length mentioned in README.dissector * fixed typos in README.dissector * using stats_tree_register_plugin in the stats_tree examples both in README.stats_tree and the dev guide * removed the version information and the #endif from the stats tree section in README.dissector Change-Id: I27df0b5dfd66a7c0ac5b0fe1bdc882b3e9ffda74 Reviewed-on: https://code.wireshark.org/review/12908 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-12-29Revert "Prep for 2.0.1." Wrong branch.Gerald Combs1-136/+1
This reverts commit affa8011a2fc5e8128e7d5bf46df15e8e7b491db. Change-Id: I5816b1100a44d7db961f0d0f6586130958ccbc17 Reviewed-on: https://code.wireshark.org/review/12900 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-12-28Prep for 2.0.1.Gerald Combs1-1/+136
Change-Id: Ie25cefb4dd317a77b1cb63b1f3dff4186f8f425e Reviewed-on: https://code.wireshark.org/review/12895 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-12-22RTITCP: Added new dissectorJuanjo Martin1-1/+1
This dissector was mostly code-reviewed in a previous change: https://code.wireshark.org/review/#/c/11305 But it had an issue with a pointer using a sequence number (8 Bytes). This change is meant to correct that, as well as a small formatting error I found in the text shown. Change-Id: Ib7e27eb2734c46e970b99161bd04438b5675bde4 Reviewed-on: https://code.wireshark.org/review/12660 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-12-21Docbook: Add Example when building for Win64...Alexis La Goutte1-1/+5
Change-Id: I8ab0388511afb3b9dd3bd16ba569a78252b8d52a Reviewed-on: https://code.wireshark.org/review/12070 Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-12-19Add menu item for capture comment dialog in GTK+Dirk1-0/+5
Qt already has a menu item for this in Statistics -> Capture File Properties Bug: 9628 Change-Id: I85dd6f85d43fbfb60c2f4db82d9a02d91866127c Reviewed-on: https://code.wireshark.org/review/12725 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-12-10Fix link to Display Filter wiki page in WSUGPascal Quantin1-2/+1
Reported by Thomas Guttler in https://wireshark.org/lists/wireshark-dev/201512/msg00069.html Change-Id: Ia482f01e30b734ddfd9ca21081cf4401d26e827b Reviewed-on: https://code.wireshark.org/review/12503 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2015-12-10Revert "Added RTI TCP dissector"Anders Broman1-2/+0
This reverts commit 1788e2c33a631056ae02e6cd8f75bd48696faf35. Change-Id: Ie86aa71f92e02935663b46ca00f38e0b8d8ae411 Reviewed-on: https://code.wireshark.org/review/12494 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-12-10Added RTI TCP dissectorJuanjo Martin1-0/+2
This dissector shows the information related to the RTI TCP Control messages used to manage the TCP connections, but also dissects the RTPS data that is sent on top of RTI TCP. This only happens with RTI's DDS implementation. Bug: 11640 Change-Id: I89fcb620256aeed7cae5829b70d92c6868d94929 Reviewed-on: https://code.wireshark.org/review/11305 Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-12-02eCMP Dissector - Extensible Control & Management ProtocolJames Lynch1-1/+2
Developed by Emerson Industrial Automation (Control Techniques Division) eCMP is a protocol for setting up and controlling the devices in a factory automation system. eCMP has about 30 commands; most are embedded into TCP/IP messages, but cyclic data messages use the UDP protocol. Bug: 10562 Change-Id: I9a421f39dfbdbc9e28d8f7cba72c22e270064641 Reviewed-on: https://code.wireshark.org/review/3157 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-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>
2015-11-27Officially remove tvb_get_string and tvb_get_stringz.Michael Mann1-0/+3
Almost all replacements were done awhile ago, just put the final nail in the coffin. Change-Id: I0a708d886da5a500c2a1e2c9ee2736794bdb9411 Reviewed-on: https://code.wireshark.org/review/12206 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-11-26Completely remove "old style" dissector support.Michael Mann1-0/+4
The typedef for the "old style" has been removed as well as any old vs new style checks. The release notes have been updated to reflect the API change, even though the search/replace of the "new style" function names hasn't happen yet. But it will be coming shortly... Change-Id: I6d1eeb51d30e3b2b27f0eafd85fe0ddc0ca25b14 Reviewed-on: https://code.wireshark.org/review/12153 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-11-24Developers Guide updates for plugins with CMakeGraham Bloice1-8/+12
Remove references to nmake, add references to CMake. Change-Id: Iea2d2b2fbdbab131bae823d5d6a5306630a70347 Reviewed-on: https://code.wireshark.org/review/12079 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-11-22Developers Guide UpdatesGraham Bloice7-118/+72
Fix a bunch of typos. Commented out Strawberry Perl section on Windows, CMake no longer uses it. Removed commented out svn commit section. Change-Id: Ied53c1b9aed69dc2c99449ef198f69a8cba42d5e Reviewed-on: https://code.wireshark.org/review/12011 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-11-21cmake: do not remove ws.css; ignore auto-generated filesPeter Wu1-7/+11
Do not remove "ws.css" when doing a build in the source tree. Ignore files that were automatically generated with cmake and the Ninja generator (cmake -GNinja). Change-Id: I24cae27eb8ae9664e3354ba646fd5503649349b1 Reviewed-on: https://code.wireshark.org/review/12007 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2015-11-20Minor Doc Update for Windows buildGraham Bloice1-1/+3
Update the docs to indicate the modified -G parameter required for CMake when building an x64 version. Change-Id: I9cc75ca99daf248111242c2962df313de32ca0d1 Reviewed-on: https://code.wireshark.org/review/11992 Reviewed-by: Anders Broman <a.broman58@gmail.com>