aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-14Create capture dissector tables.Michael Mann1-0/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-17Make incomplete dissectors bytes more visibleMichal Labedzki1-3/+2
2015-07-17Add preference for disabling 'packet size limited during capture' message in ...Michael Mann1-0/+5
2015-06-16Pass the pseudo-header to wtap_encap dissectors via the "data" argument.Guy Harris1-7/+11
2015-05-26Duplicate the presence of the "ignored" field in order to remove proto_tree_a...Michael Mann1-2/+2
2015-03-20Reduce epan dependence on dissectors by having print module "cache" the proto...Michael Mann1-5/+5
2015-03-09Small improvement in incomplete dissectors check.Dario Lombardo1-7/+9
2015-02-12Support for looking for incomplete dissectors.Dario Lombardo1-0/+29
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann1-14/+19
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-5/+2
2014-12-06Remove annex_a_used from packet_info structure.Michael Mann1-1/+0
2014-11-16Remove file_type_subtype member from packet_info.Michael Mann1-6/+12
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-24/+24
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-08-16Fix ISO C does not allow extra ';' outside of a function [-Wpedantic]Alexis La Goutte1-1/+1
2014-07-01Remove debugging info from protocol tree for frameGraham Bloice1-16/+0
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