aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-08Don't have every dissector include wtap.hJohn Thacker1-2/+1
2023-01-28epan: Use hash table for dependent framesTomasz Moń1-1/+1
2023-01-20epan: Do not add dependent packets more than onceJohn Thacker1-1/+1
2023-01-06epan: Allow nested dependent packetsSake Blok1-0/+1
2022-11-01TCP: Overriding of the automatic SEQ AnalysisEugène Adell1-0/+1
2022-03-28Revert "epan: Allow nested dependent packets"João Valverde1-1/+0
2022-03-06epan: Allow nested dependent packetsSake Blok1-0/+1
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-1/+0
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris1-1/+1
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-2/+2
2021-03-16Move more headers outside extern "C".Guy Harris1-4/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-21/+33
2018-05-18Older versions of Clang don't understand -Wpedantic.Guy Harris1-2/+2
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
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-1/+2
2017-03-31Optimize frame_data layout.Jakub Zawadzki1-1/+1
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-2/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-7/+0
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+0
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+0
2016-01-13Do not apply color rule filter every dissectionPeter Wu1-0/+1
2015-11-27Fix display of bytes as EBCDICPascal Quantin1-1/+2
2015-10-12Get rid of a void * in frame_data.Gerald Combs1-1/+2
2015-02-14Fix diagnostics macros and squelch a gcc warning.Gerald Combs1-0/+3
2015-02-12Qt: Add the "new packet" window^Wdialog^Wwindow.Gerald Combs1-1/+1
2014-10-06Qt: Packet list column sorting.Gerald Combs1-0/+8
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-0/+1
2014-04-07Add WS_DLL_PUBLIC for p_remove_proto_data and tvb_child_uncompres functionAlexis La Goutte1-1/+1
2014-04-06Fix indent (use 2 spaces) and add modelinse info for frame_data.hAlexis La Goutte1-2/+15
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/+0
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-14/+4
2013-11-23Use 32bit key in p_add_proto_data() and friends. Bug 9453 (https://bugs.wire...Michael Mann1-3/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-4/+5
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-0/+1
2013-10-18After looking for something in the column-*.h files andJörg Mayer1-1/+1
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-1/+2
2013-07-30Remove interface_id, pack_flags from frame_data structure.Jakub Zawadzki1-4/+0
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-2/+2
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-7/+8
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+1
2013-05-30Add Doxygen boilerplate for some of our core modules and data structures.Gerald Combs1-0/+11
2013-05-15Un-shadow a couple of variables.Gerald Combs1-1/+1
2013-05-15- Use the key for comparison of per_proto_data.Anders Broman1-0/+1
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-3/+3
2013-03-15Fix the leaking of packet comments, i.e. the rest ofEvan Huus1-1/+3
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-8/+9
2013-02-26Move pack_flags to better place.Jakub Zawadzki1-1/+1