aboutsummaryrefslogtreecommitdiffstats
path: root/epan/exported_pdu.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-15Add Management Component Transport Protocol (MCTP) dissectorJeremy Kerr1-0/+2
2022-09-10Dissector names are not protocol names.Guy Harris1-1/+1
2022-02-25Export PDU: Allow native encapsulations / strip headersJohn Thacker1-0/+30
2021-08-31iwarp_mpa: fix iWarp MPA for NFS-over-RDMAJorge Mora1-0/+2
2021-08-20Move LINKTYPE_WIRESHARK_UPPER_PDU definitions to a separate header.Guy Harris1-15/+15
2021-08-20Use the wsutil/pint.h functions to fill in "exported PDU" headers.Guy Harris1-52/+24
2021-07-21First pass pinfo->pool conversionEvan Huus1-2/+2
2020-08-08Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-08-14export_pdu.c: Fix a memory leakVasil Velichkov1-2/+2
2018-04-17glib: Use g_slist_free_full() in a couple of places.Anders1-8/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-11-06Convert PT_EXCHG into using conversation endpointsMichael Mann1-2/+0
2017-11-05Convert TIPC to use endpoint conversationsMichael Mann1-2/+0
2017-11-01Add ability to create endpoints through conversationsMichael Mann1-2/+0
2017-10-30Remove port_type values not set in pinfo->ptypeMichael Mann1-4/+0
2017-10-29"Hardcode" the port types used by Export PDU functionalityMichael Mann1-4/+51
2017-01-17exported_pdu: add cleanup function.Dario Lombardo1-0/+12
2016-08-01Add OSI Layer 4 to exported PDU to handle TCP and UDP payloads.Michael Mann1-1/+23
2016-06-29Provide new interface for Export PDU.Michael Mann1-282/+189
2016-06-13Convert AT_SS7PC to a "dissector address type"Michael Mann1-4/+12
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2015-06-25Add ability to export PDUs for heuristic dissectors alsoPascal Quantin1-3/+4
2014-10-10Add editor modelines; Adjust whitespace as needed.Bill Meier1-6/+19
2014-06-19Add the ability to dynamically add a new protocol to export PDU dialog boxPascal Quantin1-0/+24
2014-04-18Exported PDU: add support for more than 32 tagsPascal Quantin1-186/+201
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2014-01-06Try to fix warning: cast discards '__attribute__((const))' qualifier from poi...Anders Broman1-2/+2
2013-11-21Remove ethertype, mpls_label and ppids from packet_info structure.Michael Mann1-33/+1
2013-07-29support exporting decrypted DVB-CI/CI+ SAC messagesMartin Kaiser1-1/+17
2013-06-19Add export of SS7 OPC/DPCPascal Quantin1-18/+73
2013-06-17More PDU export work:Pascal Quantin1-28/+100
2013-05-14Fix copy/paste errorsPascal Quantin1-2/+2
2013-05-14Add a tag for original frame number.Anders Broman1-0/+20
2013-05-14Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-05-10Fix a few bugs related to PDU export feature:Pascal Quantin1-13/+16
2013-05-06Fix compilation on -Werror compilesJörg Mayer1-3/+2
2013-05-06Add a helper function to load tags, handle IP and port tags andAnders Broman1-0/+188