aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lg8979.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-118/+118
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-3/+3
2017-02-22L&G 8979 - Fix 'flags' display and RTU->master echoed responses from SBO comm...Chris Bontje1-1/+40
2016-12-14Remove add_item_textMichael Mann1-60/+33
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-28/+4
2016-08-23[lg8979] - Fix dissection of 'Analog Group Change Report' Responses (FC2)Chris Bontje1-0/+2
2016-08-16L&G 8979 Dissector - Add new function codeschrisbontje1-12/+45
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-1/+1
2015-04-08Remove RTAC Serial preference that doubled for Decode As.Michael Mann1-2/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-09-07Create subdissector table for RTAC Serial and have dissectors register with i...Michael Mann1-0/+2
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-18/+14
2014-08-10packet-lg8979.c: Various minor changesBill Meier1-82/+93
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-29/+23
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-9/+9
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-9/+9
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-5/+5
2014-04-14Fix no previous prototype warnings.AndersBroman1-0/+2
2014-03-19Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+1
2014-03-19Fix Error: the name for hf_lg8979_start_ptnum8 ("lg8979.start_ptnum8") hasAndersBroman1-1/+1
2014-03-19New Dissector for Landis & Gyr (Telegyr) 8979cbontje1-0/+1563