aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc00.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-3/+3
2021-07-17Delete various unused fieldsEvan Huus1-13/+0
2020-11-25GLib: Bump requirement 2.32 -> 2.36John Thacker1-4/+0
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-6/+6
2020-05-01No explicit glib.h include requiredJaap Keuter1-2/+0
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