aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lmp.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-8/+8
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-19/+19
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-4/+4
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-14/+14
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-27/+22
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-8/+5
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-21/+4
2016-09-22Don't call proto_register_field_array() or expert_register_protocol() withAndersBroman1-2/+4
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-3/+7
2016-07-21Add proto_tree_add_checksum.Michael Mann1-14/+5
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-10-31[lmp] don't THROW() an exception from a dissectorMartin Kaiser1-2/+7
2015-10-18[lmp] don't THROW() an exception from a dissectorMartin Kaiser1-5/+7
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-1/+1
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-3/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-10/+10
2014-12-01Update display filter names per checkfiltername.plMichael Mann1-3/+3
2014-10-12LMP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-10-10Add back a value_string conversion lost in g58cc452.Gerald Combs1-1/+1
2014-10-09Eliminate proto_tree_add_text from packet-lmp.cMichael Mann1-301/+251
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-1992/+2005
2014-09-12proto_tree_add_text cleanupMichael Mann1-51/+29
2014-08-13Fix warning when compiling with -O3Joerg Mayer1-3/+4
2014-08-09Clean up Internet checksum handling.Guy Harris1-3/+2
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-14/+9
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-12LMP dissector can't be called by anything but UDP, so no need to check that.Michael Mann1-8/+0
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-07-09Batch of filterable expert infos.Michael Mann1-3/+6
2013-07-02Remove dependency on proto_malformed as it should be encapsulated in expert i...Michael Mann1-9/+7
2013-05-27Batch of filterable expert infosMichael Mann1-1/+13
2013-04-24Add a few IP filterable fields to make checkAPIs.pl happy. It appears that "...Michael Mann1-51/+78
2013-03-14From beroset:Anders Broman1-28/+28
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-25Extern (and use) extended value string instead of the associated value string...Bill Meier1-2/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1