summaryrefslogtreecommitdiff
path: root/epan/exported_pdu.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-21Remove ethertype, mpls_label and ppids from packet_info structure.Michael Mann1-33/+1
The information was converted to "proto" data within their respective dissectors strictly for use in "Decode As". svn path=/trunk/; revision=53489
2013-07-29support exporting decrypted DVB-CI/CI+ SAC messagesMartin Kaiser1-1/+17
using the new export PDU mechanism svn path=/trunk/; revision=51019
2013-06-19Add export of SS7 OPC/DPCPascal Quantin1-18/+73
svn path=/trunk/; revision=50060
2013-06-17More PDU export work:Pascal Quantin1-28/+100
- 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-14Fix copy/paste errorsPascal Quantin1-2/+2
svn path=/trunk/; revision=49306
2013-05-14Add a tag for original frame number.Anders Broman1-0/+20
svn path=/trunk/; revision=49298
2013-05-14Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=49287
2013-05-10Fix a few bugs related to PDU export feature:Pascal Quantin1-13/+16
- 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-06Fix compilation on -Werror compilesJörg Mayer1-3/+2
svn path=/trunk/; revision=49186
2013-05-06Add a helper function to load tags, handle IP and port tags andAnders Broman1-0/+188
copy packet comments. svn path=/trunk/; revision=49184