aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lat.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-4/+2
2016-07-06LAT: use ENC_ASCII when adding strings.Jeff Morriss1-10/+10
2016-07-06LAT: register several hf's.Jeff Morriss1-0/+16
2016-03-23Fix whitespace.Guy Harris1-4/+4
2016-03-23Expand the LAT dissection.Guy Harris1-146/+1718
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+0
2016-01-16LAT: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2016-01-11LAT: fix no previous prototype for 'proto_register/reg_handoff_lat' [-Wmissin...Alexis La Goutte1-0/+3
2016-01-09No need to include <sys/types.h>.Guy Harris1-59/+28
2016-01-09Get rid of unused variable.Guy Harris1-2/+1
2016-01-09Add routines to add an item and return the item's real length.Guy Harris1-2/+3
2016-01-08LAT: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2016-01-08Again, command values are in decimal, not hex, in DEC's LAT spec.Guy Harris1-1/+1
2016-01-08The DEC spec gives command codes in decimal.Guy Harris1-1/+1
2016-01-08LAT: fix indent and modelinesAlexis La Goutte1-3/+16
2016-01-08Match DEC's spec.Guy Harris1-128/+179
2016-01-08Update the copyright.Guy Harris1-3/+3
2016-01-08Remove trailing whitespace.Guy Harris1-5/+5
2016-01-08LAT dissector.Guy Harris1-0/+514