aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-04epan: Optimize heuristic name validity checkJoão Valverde1-0/+7
2021-11-02Lift restriction on upper case protocol display filter namesJoão Valverde1-1/+1
2021-09-29proto: Delay deleting heur_dtbl_entry_t in heur_dissector_deleteStig Bjørlykke1-0/+6
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-14/+28
2021-08-27Thrift: Complete handling of Binary & Compact protocolsTriton Circonflexe1-1/+9
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-05-20Add ENC_APN_STR to handle APN stringsAndersBroman1-0/+1
2021-02-10Add ENC_TIME_NSECS timestamp encodingNicolás Alvarez1-0/+4
2021-02-06Avoid exposing HAVE_PLUGINS in the public APIJoão Valverde1-5/+0
2021-02-04Minor changes to ENC_TIME documentationNicolás Alvarez1-5/+5
2021-02-03Update documentation for ENC_TIME_* constantsNicolás Alvarez1-0/+7
2021-01-27UDP: Clean up handling of zero-valued UDP checksumsJoão Valverde1-1/+2
2021-01-17Correct comment on expert valuesJaap Keuter1-1/+1
2020-12-10Introduce ENC_BCD_ODD_NUM_DIG in order to handle odd number of digitsAnders Broman1-1/+7
2020-11-23proto(.h): fix -WdocumentationAlexis La Goutte1-1/+1
2020-11-13Qt+epan: Print better-looking values in the packet diagram.Gerald Combs1-3/+13
2020-10-23QT/CLI: Move max tree items and depth to prefsJohn Thacker1-1/+1
2020-10-21Use iconv to support GB 18030 and EUC-KR, allow future encodingsJohn Thacker1-3/+16
2020-10-11Add proto_tree_add_item_ret_ipv4().Guy Harris1-3/+7
2020-10-02Clean up URLs.Guy Harris1-1/+4
2020-09-28Add some more string encodings.Guy Harris1-42/+46
2020-09-12Add FT_STRINGZTRUNC.Guy Harris1-13/+11
2020-08-11epan: Fixup proto_item_set_bits_offset_len.Gerald Combs1-2/+2
2020-08-10Qt: Add a packet diagram view.Gerald Combs1-1/+8