aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sml.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-10SML: fix checksum verificationPascal Quantin1-4/+4
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-19/+5
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-7/+1
2016-07-21Add proto_tree_add_checksum.Michael Mann1-31/+17
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-5/+6
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-03-28Remove proto_tree_add_text from packet-sml.cMichael Mann1-60/+91
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-12Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.Bill Meier1-67/+67
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-18/+18
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-243/+143
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-11- Forward declaration of register functions.Anders Broman1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-33/+33
2013-08-23Batch of filterable expert infos.Michael Mann1-44/+73
2013-02-25Fix some typos.Chris Maynard1-30/+30
2013-02-19According to wikipedia, the A6M was outdated by 1944. Let it rest in peace.Chris Maynard1-8/+7
2013-02-18From Alex Gaertner via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8313Evan Huus1-19/+22
2013-02-18Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-02-17Fix Coverity CID 981983: Unused pointer value.Chris Maynard1-268/+125
2013-02-16Add missing G_GUINT64_CONSTANT for 32-bit platforms.Evan Huus1-2/+2
2013-02-16From Alex Gaertner via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8313Evan Huus1-0/+3033