aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-l1-events.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-08-27Remove calls of tvb_ensure_length_remaining.Michael Mann1-5/+2
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-1/+1
2015-06-16wtap_encap dissectors don't get passed a media type name as data.Guy Harris1-21/+2
2015-02-10Do not iterate over reported length when using tvb_find_line_endPascal Quantin1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-25Remove support for pinfo->private_data in "data-text-lines", "data-l1-events"...Michael Mann1-8/+2
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier1-1/+14
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-2/+2
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-4/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+2
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+1
2013-11-02Prep a few more dissectors to receive their string data through dissector data.Michael Mann1-6/+14
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-9/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded includes (ctype.h, stdio.h);Bill Meier1-2/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-12-04Fix a problem where the Info column's contents was changing erraticallyStephen Fisher1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2008-09-27Minor cleanup for proto_reg-handoff & etcBill Meier1-7/+3
2008-04-22Clarify where these L1 event messages come from.Guy Harris1-1/+1
2008-04-20From Rolf Fiedler (bug 2408):Stig Bjørlykke1-0/+152