aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc00.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-14glib: restore some GLIB_CHECK_VERSIONJoakim Karlsson1-0/+16
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-16/+0
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2016-11-02Move Base32_encode from packet-fc00.c to wsutil (as ws_base32_decode)Michael Mann1-45/+2
2016-10-23fc00: get rid of if(tree)Martin Kaiser1-58/+57
2016-10-22fc00: skip sha512 calculations for glib < 2.36Martin Kaiser1-0/+20
2016-10-18fc00: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2016-10-17Add fc00 dissectorEmery Hemingway1-0/+347