aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-noe.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-5/+5
2021-09-20Fix config.h include orderJoão Valverde1-2/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-03-05Fix up size calculations.Guy Harris1-2/+8
2019-03-04noe: updated decoding of messagesnbertin1-37/+195
2019-02-06noe: add new identifiers in evt-local-application messagenbertin1-0/+4
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-4/+2
2017-04-20noe: reworked EVT_BT_KEY_... message handlingNicolas BERTIN1-18/+13
2017-04-16noe: improved EVT_LOCAL_APPLICATION message decoding (and updated code to mat...Nicolas Bertin1-7/+14
2017-04-11NOE: fix "EVT_DEVICE_PRESENCE" message decodingNicolas Bertin1-0/+47
2017-04-10noe: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2017-04-06NOE: fix "EVT_LOCAL_APPLICATION" message decodingNicolas BERTIN1-0/+49
2017-04-04NOE: fix "Context" field decoding of EVT_CONTEXT_SWITCH message (was "Unknown...Nicolas Bertin1-1/+10
2017-04-04NOE: update protocol definitionsNicolas Bertin1-22/+9
2017-03-19Fix: UA3G read past end of tvb + NOE key descriptionserikdejong1-4/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-4/+5
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-4/+4
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-18Eliminate proto_tree_add_text from some dissectors.Michael Mann1-13/+33
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-10/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-14Remove not needed ';'Jakub Zawadzki1-1/+1
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-2/+3
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-11/+5
2013-03-19From beroset:Anders Broman1-6/+6
2012-10-16replace proto_tree_add_text with filterable items and expert info to get a fe...Michael Mann1-217/+216
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 FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-06Fix some bugs & do extensive cleanup;Bill Meier1-1521/+1532
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-03-01From Michael.Anders Broman1-28/+28
2012-03-01See if this solves:Anders Broman1-5/+5
2012-03-01From Lars Ruoff:Anders Broman1-0/+1654
2012-02-22Reverse Revision 41134 (Need to fix error/warning before...)Alexis La Goutte1-1740/+0
2012-02-22From Lars Ruoff:Anders Broman1-0/+1740