aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-05Fix a grab-bag of typos.Darius Davis1-2/+2
2024-02-02Add some new expert info groups.Guy Harris1-0/+4
2024-02-01epan: Pass in a 64 bit integer to proto_tree_add_boolean functionsJohn Thacker1-22/+3
2024-01-11tshark: Fake unused proto items when -e is givenJohn Thacker1-4/+15
2023-10-31wsutil: Rename inet_netw.[ch]João Valverde1-1/+1
2023-10-31wsutil: Move and consolidate CIDR codeJoão Valverde1-1/+1
2023-10-21epan: Fix NTP time encoding edge caseJohn Thacker1-4/+15
2023-09-27proto.c: `proto_tree_add_mac48_detail()` functionDavid Perry1-0/+24
2023-09-07Give ENC_RFC_1123 the same value as ENC_IMF_DATE_TIME.Guy Harris1-1/+1
2023-09-07Clean up handling of string encodings for byte arrays and absolute times.Guy Harris1-4/+5
2023-08-26proto: Add a comment to proto_deregister_protocolStig Bjørlykke1-0/+2
2023-08-09epan: Fix up --disable-all-protocolsJohn Thacker1-3/+0
2023-08-08Add --only-protocols and --disable-all-protocols to tshark and rawshark.Juanma Sanchez1-0/+3
2023-08-08add new add-and-return functions to C APIJonathan Landis1-0/+72
2023-07-16RTPS: Added CRC32 and MD5 checksum check and deleted unused hfsIsmael Mendez Matamoros1-0/+22
2023-07-03Add Unix time support for absolute time field typeJoão Valverde1-1/+2
2023-06-20ftypes: Rename IS_FT_* macrosJoão Valverde1-6/+4
2023-06-13Allow disabling unused dissectors from PHS dialogDavid Perry1-0/+3
2023-06-11tshark: show field abbrevs matching a prefixDavid Perry1-0/+3
2023-06-08epan: Add ENC_BOM modifier for UTF-16, UCS-2, UCS-4John Thacker1-0/+10
2023-05-16epan: Update a commentJohn Thacker1-1/+1
2023-04-26epan: Implement EBCDIC CP 500, for DRDAJohn Thacker1-0/+1
2023-04-19ftypes: Hide fvalue implementationJoão Valverde1-1/+1
2023-04-02epan: Update an encoding commentJohn Thacker1-9/+7
2022-12-21DECT-NWK: Add basic support for DECT charsetsBernhard Dick1-0/+2
2022-12-03proto: Tweak admonition for proto_tree_add_string()João Valverde1-5/+6
2022-11-02epan: Properly generate filter expressions for custom columnsJohn Thacker1-2/+10
2022-10-31epan: Allow FT_UINT_STRING for proto_tree_add_string()Simon Holesch1-1/+1
2022-10-26ftypes: Do not sanitize strings for UTF-8 errorsJoão Valverde1-0/+7
2022-10-26S7Comm: Fix invalid UTF-8 value string charsJoão Valverde1-0/+3
2022-10-19epan: centralize SDNV processing along other similar varint typesBrian Sipos1-1/+6
2022-10-07wslua: Use introspection API to generate constantsJoão Valverde1-36/+23
2022-09-28epan: Add BASE_STR_WSP and use itJoão Valverde1-0/+3
2022-09-21proto: Validate add_string values as UTF-8John Thacker1-1/+3
2022-08-02epan: Refactor floating point display typesJoão Valverde1-10/+10
2022-07-21proto.h: Fix -WdocumentationAlexis La Goutte1-1/+1
2022-07-14pfcp: change to utilize proto_tree_add_bitmask_listJoakim Karlsson1-0/+19
2022-07-12epan: ws_debug log for heuristic that claims frame (len != 0)Chuck Craft1-0/+6
2022-06-27wslua: Port make-init-lua to Python3Gerald Combs1-4/+4
2022-04-26epan: Add more bookkeeping for layersJoão Valverde1-0/+2
2022-04-14epan: add ENC_TIME_USECS timestamp encodingChuck Craft1-4/+8
2022-03-29dfilter: Refactor macro tree referencesJoão Valverde1-3/+0
2022-02-06epan: Add BASE_SHOW_UTF_8_PRINTABLEJohn Thacker1-0/+2
2021-12-27epan: Move time display types to field_display_eJoão Valverde1-5/+10
2021-12-22Replace ENC_VARIANT_MASK by ENC_VARINT_MASKJaap Keuter1-1/+1
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-4/+4
2021-12-11epan: Remove obsolete function proto_register_fields_manual()João Valverde1-3/+0
2021-12-10epan: Remove new proto tree APIJoão Valverde1-292/+0
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-6/+2
2021-12-02epan: Add ENC_ISO_8601_DATE_TIME_BASICJohn Thacker1-6/+7