aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2021-12-31Fix more repeated words throughoutMoshe Kaplan1-1/+1
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan2-2/+2
2021-12-21Add a ws_posix_compat.h headerJoão Valverde1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde11-64/+64
2021-12-19Replace g_snprintf() with snprintf()João Valverde13-57/+57
2021-12-06Added Invalid value to BrowseDirection enumcacamille31-0/+1
2021-12-02dfilter: Convert grammar.lemon to 4-space indentationJoão Valverde1-0/+3
2021-11-21gryphon: Create pkt_info if it doesn't existJohn Thacker1-7/+6
2021-11-15regex: Prefer C99/POSIX typesJoão Valverde1-0/+1
2021-11-11Lua is a proper name. Fix its capitalization.Gerald Combs2-2/+2
2021-10-22Windows: Fix warnings using flexJoão Valverde2-0/+2
2021-10-11Fix some spelling errorsMartin Mathieson3-3/+3
2021-10-07Fix some field mask widths.Martin Mathieson1-20/+20
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-2/+2
2021-10-06Ethercat: try to fix EEPROM Ctrl/Status bitmask fieldsMartin Mathieson1-12/+12
2021-10-04to_str: pull scope arg up into tvb_ether_to_strEvan Huus1-1/+1
2021-09-28guids: wmem-scope lookupsEvan Huus1-2/+2
2021-09-24USBDump: Fix Memleak with error infoRoland Knall1-1/+1
2021-09-22Fix the lengths of some masks.Martin Mathieson1-5/+5
2021-09-21ethercat: Fix some too-wide mask widths.Martin Mathieson2-30/+30
2021-09-20Fix config.h include orderJoão Valverde8-4/+8
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-0/+1
2021-08-27Some spelling fixes.Martin Mathieson1-3/+3
2021-08-26PROFINET: DCP Option dissection updatedVahap Emin Agaogullari1-5/+1
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 Huus7-61/+64
2021-08-25gryphon: get rid of unused variables.Guy Harris1-6/+2
2021-08-08Some more dissector spellings.Martin Mathieson1-1/+1
2021-08-06trailing whitespaceZhaoHao1-5/+4
2021-08-06trail whitespaceZhaoHao1-36/+13
2021-08-06format the codeZhaoHao1-210/+210
2021-08-06add profidriveZhaoHao1-14/+298
2021-07-29wsutil: rename bytestring_to_str() -> bytes_to_str_punct()João Valverde1-4/+4
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde4-4/+4
2021-07-21First pass pinfo->pool conversionEvan Huus9-64/+64
2021-07-19wimax: fix field abbrevEvan Huus1-1/+1
2021-07-17Delete various unused fieldsEvan Huus1-37/+0
2021-07-14CMake: Fixup SpanDSP's TIFF includes.Gerald Combs2-10/+2
2021-07-14CMake: Adjust wsutil includes and linking.Gerald Combs2-2/+10
2021-07-13prefs_register_protocol_obsolete protocols with only obsolete prefsChuck Craft1-1/+1
2021-07-11More mask checks and some fixes.Martin Mathieson2-11/+11
2021-07-08check_typed_item_calls.py Some more mask checksMartin Mathieson1-5/+5
2021-06-30PROFINET: Ensure multiple submodules are parsedMartin Tschoepe1-1/+1
2021-06-22CMake: Mark our plugin include directories PRIVATE.Gerald Combs9-0/+18
2021-06-19Replace some lingering references to g_log()João Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde1-1/+2
2021-06-16Replace g_log() calls with ws_log()João Valverde4-10/+14
2021-06-09PROFINET: DCP SET Block with 0 Block Lengthbasakkalfa3-66/+68
2021-05-24Add ws_debug() and use itJoão Valverde3-3/+3