aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-12JSON 3GPP: use http2_get_header_value() to fetch HTTP2 pathPascal Quantin1-1/+0
2023-06-09JSON 3GPP: add TS 29.512 ch5.8 Feature negotiation supportJoakim Karlsson1-0/+1
2023-05-23Adding support for time relative to capture startDr. Lars Völker1-0/+2
2023-01-06epan: Allow nested dependent packetsSake Blok1-2/+0
2022-08-29conversation: speak of the "conversation key" as just address/port endpoints.Guy Harris1-3/+2
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-2/+2
2022-07-28packet_info: Fix a commentJohn Thacker1-1/+1
2022-06-05epan: Convert remaining conversation code to elements.Gerald Combs1-2/+2
2022-05-23epan: Allow conversations based on arbitrary element lists.Gerald Combs1-0/+2
2022-04-26epan: Add more bookkeeping for layersJoão Valverde1-2/+4
2022-03-28Revert "epan: Allow nested dependent packets"João Valverde1-0/+2
2022-03-06epan: Allow nested dependent packetsSake Blok1-2/+0
2021-11-08BBLog: Fix support of TCP window scalingMichael Tuexen1-0/+3
2018-03-18ERSPAN: Various small cleanups and enhancementsJoerg Mayer1-1/+0
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-1/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2018-02-06Get rid of the pkt_encap field in struct packet_info.Guy Harris1-1/+0
2018-01-25Get rid of the necessity to use a preference to dissect ERSPAN type I packets.Joerg Mayer1-0/+1
2017-11-13Remove circuit APIMichael Mann1-3/+1
2017-11-01Add ability to create endpoints through conversationsMichael Mann1-0/+4
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+2
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-0/+8
2016-01-21Add VLAN ID to pinfoAndersBroman1-0/+1
2015-11-28Remove the GSSAPI specific members out of packet_info structure.Michael Mann1-16/+0
2015-11-07Further refactor GSS_API dissectors to pass gssapi_encrypt_info_t structure b...Michael Mann1-2/+0
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann1-1/+0
2014-12-21Remove profinet_type from packet_info structure.Michael Mann1-1/+0
2014-12-06Remove annex_a_used from packet_info structure.Michael Mann1-6/+0
2014-12-01Remove private_data member from packet_info structure.Michael Mann1-1/+0
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann1-1/+0
2014-11-16Remove file_type_subtype member from packet_info.Michael Mann1-1/+0
2014-11-16Remove ipproto member of packet_info.Michael Mann1-1/+0
2014-05-25Add support for dissecting non-packet records.Guy Harris1-1/+2
2014-04-25Convert "4 space tabs" to spaces;Bill Meier1-92/+105
2014-03-14Add Lua heuristic dissector supportHadriel Kaplan1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-22Avoid including definition of column_info structure in dissectors.Jakub Zawadzki1-1/+1
2013-11-25Remove Fibre Channel specific fields from packet_info and just have the fc_hd...Michael Mann1-14/+0
2013-11-25Move DCERPC data in packet_info needed for Decode As into packet scoped proto...Michael Mann1-7/+0
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-2/+0
2013-11-23Remove ip_ttl from packet_info structure.Michael Mann1-1/+0
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-1/+4
2013-11-21Remove ethertype, mpls_label and ppids from packet_info structure.Michael Mann1-8/+0
2013-11-19Remove ppid member from packet_info structure and just pass it to SCTP subdis...Michael Mann1-1/+0
2013-11-12Remove usb_conv_info_t from packet_info and pass the data directly into the s...Michael Mann1-1/+0
2013-11-11Remove tcp_tree from packet_info structure.Michael Mann1-1/+0
2013-11-05Replace pinfo->layer_names as a string with pinfo->layers as a wmem_list ofEvan Huus1-4/+3
2013-10-27Remove "Cisco MDS-specific" fields from packet_info. 2 of the 3 fields were ...Michael Mann1-3/+0
2013-10-27Remove iplen and iphdrlen from struct _packet_info.Michael Mann1-3/+0
2013-10-24Have ZigBee dissectors pass data through subdissector parameter instead of us...Michael Mann1-6/+0