aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-18epan: Always set our proto_item_fill_label label.Gerald Combs1-3/+7
2022-02-17Epan: Add some missing reserved keywordsJoão Valverde1-1/+4
2022-02-07Clean up checking for invalid field definitions.Guy Harris1-8/+34
2022-02-08epan: Fix our FT_UINT_BYTES and FT_UINT_STRING checks.Gerald Combs1-2/+2
2022-02-06epan: Add BASE_SHOW_UTF_8_PRINTABLEJohn Thacker1-1/+12
2022-02-03epan: Check our FT_UINT_BYTES and FT_UINT_STRING lengths.Gerald Combs1-0/+6
2022-01-11Fix handling of dissector registration errors.Guy Harris1-54/+52
2022-01-05Extended range_string to 64 bitBenedikt Heumüller1-4/+5
2021-12-27epan: Move time display types to field_display_eJoão Valverde1-3/+3
2021-12-23Refactor VARINT handlingJaap Keuter1-155/+35
2021-12-22Replace ENC_VARIANT_MASK by ENC_VARINT_MASKJaap Keuter1-6/+6
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-22Remove remnants of bygone GTK eraJaap Keuter1-10/+3
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-42/+42
2021-12-12proto: Don't crash on adding 64 bit BASE_CUSTOM columnJohn Thacker1-2/+2
2021-12-11epan: Remove obsolete function proto_register_fields_manual()João Valverde1-28/+0
2021-12-10epan: Remove new proto tree APIJoão Valverde1-27/+0
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-25/+3
2021-12-02epan: Add ENC_ISO_8601_DATE_TIME_BASICJohn Thacker1-4/+7
2021-11-30proto.c: Increase PROTO_PRE_ALLOC_HF_FIELDS_MEMAndersBroman1-1/+1
2021-11-11ftypes: Internal headers need to be internalJoão Valverde1-3/+3
2021-11-10epan: Remove fvalue_string_repr_len() from the public APIJoão Valverde1-19/+5
2021-11-04epan: Fix crash with upper-case protocol filter namesJoão Valverde1-54/+2
2021-11-04epan: Optimize heuristic name validity checkJoão Valverde1-27/+44
2021-11-02Lift restriction on upper case protocol display filter namesJoão Valverde1-20/+6
2021-10-25proto: Fix reserved filter name checkJoão Valverde1-1/+1
2021-10-24dfilter: Fix "!=" relation to be free of contradictionsJoão Valverde1-0/+1
2021-10-18Increase PROTO_PRE_ALLOC_HF_FIELDS_MEMJakub Pawlowski1-1/+1
2021-10-15dfilter: Forbid protocol filter names beginning with '-'João Valverde1-0/+6
2021-10-15proto: use hash table to lookup reserved filter namesJoão Valverde1-22/+34
2021-10-11proto: Check for reserved keywords in filter namesJoão Valverde1-0/+25
2021-10-05to_str: scope decode_bits_in_fieldEvan Huus1-6/+15
2021-09-29proto: Delay deleting heur_dtbl_entry_t in heur_dissector_deleteStig Bjørlykke1-0/+37
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-15/+23
2021-09-16Move more numerical epan/*to_str() routines to wsutilJoão Valverde1-1/+0
2021-09-16wsutil/to_str: Rename some functions for consistencyJoão Valverde1-6/+6
2021-09-16ptvcursor: add explicit memory scopeEvan Huus1-3/+5
2021-09-08epan: more work to avoid global memory poolEvan Huus1-10/+10
2021-09-07proto: prefer memory from tree over global poolEvan Huus1-11/+11
2021-09-06proto: fix Dead Store found by Clang AnalyzerAlexis La Goutte1-2/+2
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2021-07-29wsutil: rename bytestring_to_str() -> bytes_to_str_punct()João Valverde1-5/+5
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-06-19Replace some lingering references to g_log()João Valverde1-2/+2
2021-06-19Replace g_assert() with ws_assert()João Valverde1-9/+10
2021-06-16Replace g_log() calls with ws_log()João Valverde1-55/+57
2021-05-24Add ws_debug() and use itJoão Valverde1-22/+21
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-10/+10
2021-04-19NVMe: Increase PROTO_PRE_ALLOC_HF_FIELDS_MEM.Constantine Gavrilov1-1/+1
2021-04-17Fix compilation with gcc-11.Constantine Gavrilov1-3/+3