aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/gryphon
AgeCommit message (Expand)AuthorFilesLines
2023-02-21gryphon: fix handling the ioctl code in a response.Guy Harris1-5/+9
2023-02-20Check that value_string values fit into field widthMartin Mathieson1-0/+2
2023-01-16Fix various issues seen with tools/check_typed_item_calls.pyMartin Mathieson1-3/+4
2022-04-04CMake: Finish splitting ADD_PLUGIN_LIBRARY.Gerald Combs1-1/+1
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan2-2/+2
2021-11-21gryphon: Create pkt_info if it doesn't existJohn Thacker1-7/+6
2021-08-25gryphon: explain in detail why we can't import tfs strings from libwireshark.Guy Harris1-1/+12
2021-08-25plugins: convert to pinfo->poolEvan Huus1-27/+27
2021-08-25gryphon: get rid of unused variables.Guy Harris1-6/+2
2021-03-29CMake: Remove non existent '/codecs' include pathJoão Valverde1-2/+0
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde1-1/+2
2020-09-28Fix some more wrong filter names.Martin Mathieson1-1/+1
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-11/+11
2019-09-01gryphon: General cleanup/improvements of dissectorMichael Mann2-777/+934
2019-08-29Gryphon: Prevent endless loopMichael Mann1-1/+5
2019-07-27HTTPS In More Places, update some URLs.Guy Harris2-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris3-3/+3
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-04-18Remove autotools build system.Dario Lombardo1-66/+0
2018-03-13Removed assert which was only used for debugging.ciechanowski1-6/+1
2018-03-11gryphon: fix 'gryphon.usdt.action_flags' exists multiple times with NOT compa...Alexis La Goutte1-1/+1
2018-03-08gryphon: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-03-08gryphon(.h): fix indent (use 4 spaces)Alexis La Goutte1-324/+324
2018-03-07Gryphon Protocol dissector fixes and updates.ciechanowski5-122/+2579
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2018-02-17Don't have CLEAN_FILES variables for the "clean" source files.Guy Harris1-5/+1
2018-02-09plugins: use SPDX identifiers.Dario Lombardo2-26/+2
2018-02-04Have individual plugin CMakeLists.txt files add library dependencies.Guy Harris1-0/+2
2018-01-21autotools: Rework the plugin MakefilesJaap Keuter1-1/+1
2018-01-16plugins: Add source tree subfolder for plugin libraryJoão Valverde6-0/+3487