aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dsr.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-2/+2
2023-11-20Remove init of proto variablesStig Bjørlykke1-54/+54
2023-10-16Make `grep proto_register_protocol` more usefulGerald Combs1-4/+1
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-4/+3
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-3/+3
2020-11-06Fix some more item lengths.Martin Mathieson1-1/+1
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-27DSR: fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-02-26Remove executable bit, from not executable files.Jakub Zawadzki1-0/+0
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-04DSR: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-11/+11
2014-09-24Added a new DSR dissectorGilles Roudiere1-0/+776