aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-llrp.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-25LLRP: Fix check of enough bytesUli Heilmeier1-1/+3
2021-04-17Fix some more item types.Martin Mathieson1-2/+2
2021-02-05Make more functions and vars static.Martin Mathieson1-3/+3
2020-09-13More dissector string spelling fixes.Martin Mathieson1-2/+2
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-2/+2
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-18Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS.Guy Harris1-11/+11
2017-04-10Add support for BASE_VALS_NO_UNKNOWNAlexis La Goutte1-78/+55
2017-03-26LLRP: Remove PARAM_TREE_ADD* macrosAlexis La Goutte1-319/+562
2017-03-20LLRP: Fix LLRP Custom Parameter DecodingAlexis La Goutte1-3/+3
2017-03-20Replace PARAM_TREE_ADD_SPEC_STAY macro by proto_tree_add...Alexis La Goutte1-16/+6
2017-03-19LLRP: Display unknown data when vendor is unknown...Alexis La Goutte1-0/+9
2017-03-12llrp: fix this condition has identical branches [-Werror=duplicated-branches]...Alexis La Goutte1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-02-06llrp: limit recursion depthEvan Huus1-32/+35
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-2/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-8/+8
2014-07-12dissectors/llrp: Add support for Impinj's Hub extensionPetr Štetiar1-0/+70
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+9
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-7/+7
2013-09-03Make test.sh from buildbot HappyAlexis La Goutte1-1/+1
2013-09-02Batch of filterable expert info.Michael Mann1-7/+19
2013-06-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8809Evan Huus1-2/+2
2013-04-01Now only if I can get the case right :)Jaap Keuter1-1/+1
2013-04-01Typo's. That is all.Jaap Keuter1-8/+8
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-09From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658Evan Huus1-246/+953
2012-08-28Fix a dead store and a few duplicate 'break' statements as caught byEvan Huus1-19/+33
2012-08-28Remove variadic macro that accidentally made it in a while back.Evan Huus1-26/+259
2012-08-23Don't call dissect_custom_message() when it's not initialized.Jeff Morriss1-3/+4
2012-08-23Get rid of unnecessary function pointer - just directly call theGuy Harris1-4/+1
2012-08-23From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658Evan Huus1-128/+1916
2012-08-16'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier1-4/+3
2012-07-24Remove unneeded #include;Bill Meier1-17/+21
2012-06-12Fix: code under 'if(tree)' (in)directly calls sub-dissector/col_...()/expert....Bill Meier1-22/+19
2012-05-02Remove most blurbs (they do not have any added value) and fix a few typo errorspascal1-17/+17
2012-05-02From Evan Huus:Anders Broman1-0/+994