aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-05-25Add support for dissecting non-packet records.Guy Harris1-56/+92
2014-05-14Don't use -1 as length in frame dissector.Evan Huus1-4/+4
2014-05-11Minor optimization to packet-frame.cEvan Huus1-1/+1
2014-03-07(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...Bill Meier1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+2
2013-12-19Add bytestring_to_str() which takes a wmem scope and is otherwise identical toEvan Huus1-1/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-03Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki1-0/+1
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-05Replace pinfo->layer_names as a string with pinfo->layers as a wmem_list ofEvan Huus1-8/+28
2013-10-27Do not reset pinfo->curr_layer_num in packet-frame.cPascal Quantin1-1/+0
2013-09-30Convert proto_tree_add_int64_format calls to proto_tree_add_int64_format_valu...Michael Mann1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-7/+9
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-4/+4
2013-07-30Remove interface_id, pack_flags from frame_data structure.Jakub Zawadzki1-23/+23
2013-07-27make some variables staticJakub Zawadzki1-3/+3
2013-07-22Abuse epan_t more: add callback to get interface name.Jakub Zawadzki1-2/+8
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-1/+1
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-2/+2
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-10/+2
2013-05-26Batch of filterable expert infos.Michael Mann1-5/+14
2013-05-15Un-shadow a couple of variables.Gerald Combs1-3/+3
2013-05-15- Use the key for comparison of per_proto_data.Anders Broman1-0/+16
2013-04-23Add curr_layer_num which can be used to keep track of multiple occurances of ...Anders Broman1-0/+1
2013-03-19From beroset:Anders Broman1-1/+1
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-121/+5
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-22Fox copy-and-paste error.Michael Tüxen1-2/+2
2012-12-22Add support for displaying the Packet Block Flags Word of pcapng.Michael Tüxen1-1/+144
2012-10-29Add a comment noting that on Windows theBill Meier1-0/+10
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki1-6/+18
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki1-8/+6
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-06From Stephen Donnelly: Correct ERF name, add WTAP_ENCAP string display https:...Anders Broman1-6/+25
2012-05-03General cleanup to include:Bill Meier1-68/+95
2012-04-18Show WIRETAP_ENCAnders Broman1-0/+7
2012-04-06Indicate where BACnet MS/TP is specified.Guy Harris1-1/+1
2012-04-05WTAP_ENCAP_MTP2 is for MTP2 *without* a pseudo-header giving directionGuy Harris1-1/+0
2012-04-04From Rolf Fiedler:Anders Broman1-0/+4
2012-03-02Use the expert system to show packet comments.Anders Broman1-2/+5
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-38/+49
2012-02-11Add the abillity to read and write option comments unedited.Anders Broman1-7/+33