aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-negoex.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-06Fix a few dissector spelling errors.Martin Mathieson1-1/+1
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-1/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-08-18Eliminate proto_tree_add_text from some dissectors.Michael Mann1-2/+6
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-27/+14
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-6/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-04-16Fix another dozen or so files with bad FSF addresses as caught by licensecheck.Evan Huus1-1/+1
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-5/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-14Fix a few 'value stored is never read' warnings and a typo errorPascal Quantin1-7/+4
2012-07-13Various minor cleanup, including:Bill Meier1-42/+30
2012-07-05Fix compilation with gcc 4.3.2Pascal Quantin1-1/+1
2012-07-05From Richard Sharpe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7...Pascal Quantin1-0/+679