aboutsummaryrefslogtreecommitdiffstats
path: root/epan/exported_pdu.h
AgeCommit message (Collapse)AuthorFilesLines
2014-06-19Add the ability to dynamically add a new protocol to export PDU dialog boxPascal Quantin1-6/+15
Change-Id: I83012cc963d514982e40010e837e11a6fcf1bc3e Reviewed-on: https://code.wireshark.org/review/2423 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-04-18Exported PDU: add support for more than 32 tagsPascal Quantin1-15/+15
Change-Id: Idc9f105164919827a8a81c88b5a56de4fa25df0b Reviewed-on: https://code.wireshark.org/review/1197 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-04-18Mark the exported_pdu tags as stable (before the next release).Jeff Morriss1-9/+18
These tag values have been pretty stable for a while now; mark them as stable and insert a warning (copied directly from tcpdump.org) to ensure that people don't start using tags without registering them. Change-Id: I9d7b9cd0daaff7eded606506d540c2555d78c417 Reviewed-on: https://code.wireshark.org/review/1193 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-19Exported PDU: add support for data length on the wirePascal Quantin1-2/+3
Change-Id: Iff14ec4d0297ec85f3597b33871fb0ab5256a597 Reviewed-on: https://code.wireshark.org/review/728 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-02-25Remove trailing whitespaceBill Meier1-5/+5
Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0 Reviewed-on: https://code.wireshark.org/review/385 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
2014-02-18Add Logcat to Exported PDUMichal Labedzki1-0/+1
Logcat can be exported from ADB over USB or ADB over TCP where can occur multiple Logcat PDUs in one frame. Change-Id: I290fa131e5600c62357e5be4e76096ea5c35364b Reviewed-on: https://code.wireshark.org/review/234 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2013-11-21Remove ethertype, mpls_label and ppids from packet_info structure.Michael Mann1-6/+0
The information was converted to "proto" data within their respective dissectors strictly for use in "Decode As". svn path=/trunk/; revision=53489
2013-10-15Fix ABI check error for libwiresharkBalint Reczey1-0/+6
svn path=/trunk/; revision=52630
2013-07-29support exporting decrypted DVB-CI/CI+ SAC messagesMartin Kaiser1-0/+7
using the new export PDU mechanism svn path=/trunk/; revision=51019
2013-06-19Add export of SS7 OPC/DPCPascal Quantin1-2/+2
svn path=/trunk/; revision=50060
2013-06-18Add ability to export decrypted IPsec PDUsPascal Quantin1-1/+3
svn path=/trunk/; revision=50022
2013-06-17More PDU export work:Pascal Quantin1-11/+13
- add automatic export of port type when exporting a source / destination port - add export of SCTP PPID (usefulness to be checked) - fix some field size svn path=/trunk/; revision=49989
2013-05-24Edit commentsAnders Broman1-2/+2
svn path=/trunk/; revision=49569
2013-05-20Make preparation to select which level tap is to be used.Anders Broman1-0/+7
svn path=/trunk/; revision=49446
2013-05-14Add a tag for original frame number.Anders Broman1-0/+6
svn path=/trunk/; revision=49298
2013-05-14Add comments on the experimental state of this feature.Anders Broman1-0/+6
svn path=/trunk/; revision=49285
2013-05-10Fix a few bugs related to PDU export feature:Pascal Quantin1-12/+12
- tag length is wrong if proto name was a multiple of 4 bytes - tag length is wrong in case no IP address is available in packet_info structwhile tag is requested - endianness issue when dumping the port number - overlapping tag IPv4 Dst address and IPv6 Src address - do not call dissector when it is not found - typo errors Enhancements: - add a subtree for tag content - display IPv6 Src/Dst address svn path=/trunk/; revision=49232
2013-05-06Add missing files.Anders Broman1-0/+31
svn path=/trunk/; revision=49185
2013-05-0555:1: error: "/*" within commentAnders Broman1-1/+1
svn path=/trunk/; revision=49178
2013-05-05Add the abillity to export PDU:s to file using a USER_DLT adding meta data ↵Anders Broman1-0/+85
before the actual protocol PDU. Some meta tags makes it possible for the dissector of the user DLT to call the correct PDU dissector. This is prof-of-concept needs a bit of cleanup. svn path=/trunk/; revision=49176