aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
Commit message (Expand)AuthorAgeFilesLines
* Don't allow multiple registrations of a protocol in dissector tables.Michael Mann2015-11-041-2/+2
* Don't include "file.h" if you don't need it.Guy Harris2015-11-041-0/+1
* Make incomplete dissectors bytes more visibleMichal Labedzki2015-10-171-3/+2
* Add preference for disabling 'packet size limited during capture' message in ...Michael Mann2015-07-171-0/+5
* Pass the pseudo-header to wtap_encap dissectors via the "data" argument.Guy Harris2015-06-161-7/+11
* Duplicate the presence of the "ignored" field in order to remove proto_tree_a...Michael Mann2015-05-261-2/+2
* Reduce epan dependence on dissectors by having print module "cache" the proto...Michael Mann2015-03-201-5/+5
* Small improvement in incomplete dissectors check.Dario Lombardo2015-03-091-7/+9
* Support for looking for incomplete dissectors.Dario Lombardo2015-02-121-0/+29
* Remove pkt_comment member from packet_info structure.Michael Mann2015-01-021-14/+19
* Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier2014-12-211-5/+2
* Remove annex_a_used from packet_info structure.Michael Mann2014-12-061-1/+0
* Remove file_type_subtype member from packet_info.Michael Mann2014-11-161-6/+12
* Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier2014-10-061-24/+24
* Fix spelling: cant-->can't, wont-->won't, etcBill Meier2014-09-161-1/+1
* Fix ISO C does not allow extra ';' outside of a function [-Wpedantic]Alexis La Goutte2014-08-161-1/+1
* Remove debugging info from protocol tree for frameGraham Bloice2014-07-011-16/+0
* Revert "Fixup: tvb_* -> tvb_captured"Michael Mann2014-06-191-1/+1
* Fixup: tvb_* -> tvb_capturedDario Lombardo2014-06-181-1/+1
* Add support for dissecting non-packet records.Guy Harris2014-05-251-56/+92
* Don't use -1 as length in frame dissector.Evan Huus2014-05-141-4/+4
* Minor optimization to packet-frame.cEvan Huus2014-05-111-1/+1
* (Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...Bill Meier2014-03-071-2/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Add missing includesJakub Zawadzki2013-12-211-0/+2
* Add bytestring_to_str() which takes a wmem scope and is otherwise identical toEvan Huus2013-12-191-1/+1
* Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus2013-12-191-1/+1
* Fix [-Wmissing-prototypes]Jakub Zawadzki2013-12-151-0/+3
* Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki2013-12-031-0/+1
* Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann2013-11-231-1/+1
* Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki2013-11-101-0/+1
* Replace pinfo->layer_names as a string with pinfo->layers as a wmem_list ofEvan Huus2013-11-051-8/+28
* Do not reset pinfo->curr_layer_num in packet-frame.cPascal Quantin2013-10-271-1/+0
* Convert proto_tree_add_int64_format calls to proto_tree_add_int64_format_valu...Michael Mann2013-09-301-2/+2
* expert_add_info_format_text -> expert_add_info_formatMichael Mann2013-09-091-2/+2
* Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss2013-08-011-7/+9
* Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki2013-08-011-4/+4
* Remove interface_id, pack_flags from frame_data structure.Jakub Zawadzki2013-07-301-23/+23
* make some variables staticJakub Zawadzki2013-07-271-3/+3
* Abuse epan_t more: add callback to get interface name.Jakub Zawadzki2013-07-221-2/+8
* Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki2013-07-211-1/+1
* Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki2013-07-211-2/+2
* expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann2013-07-031-10/+2
* Batch of filterable expert infos.Michael Mann2013-05-261-5/+14
* Un-shadow a couple of variables.Gerald Combs2013-05-151-3/+3
* - Use the key for comparison of per_proto_data.Anders Broman2013-05-151-0/+16
* Add curr_layer_num which can be used to keep track of multiple occurances of ...Anders Broman2013-04-231-0/+1
* From beroset:Anders Broman2013-03-191-1/+1
* Move show_exception() and show_reported_bounds_error() toGuy Harris2013-02-271-121/+5
* Fix a bunch of warnings.Guy Harris2012-12-261-1/+1