aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-03epan: Do not try to add a bits item with negative bit lengthJohn Thacker1-2/+9
2023-01-16epan: FT_FRAMENUM strings are specialJohn Thacker1-1/+1
2023-01-13proto(.c): Fix Argument with 'nonnull' attribute passed nullAlexis La Goutte1-21/+22
2023-01-12CMake: Reverse debug macrosJoão Valverde1-3/+0
2023-01-03proto: Fix validity test for proto namesJoão Valverde1-6/+6
2022-12-27WIP: Check types for _add_bits_ functions, and ensure no maskMartin Mathieson1-0/+2
2022-12-26epan: Allow FT_IPv4, FT_IPv6 custom columns to be resolved or not.John Thacker1-6/+9
2022-12-17epan: Allow FT_ETHER custom columns to be resolved or notJohn Thacker1-2/+3
2022-12-16proto: Custom column concatenation and truncationJohn Thacker1-171/+57
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde1-1/+1
2022-11-18Fix some cppcheck issuesMartin Mathieson1-1/+1
2022-11-17CMake: Move clang warningsJoão Valverde1-10/+10
2022-11-08tshark: update man to explain why some fields are skipped in elastic-mapping.Dario Lombardo1-0/+1
2022-11-02epan: Simplify construct_match_selected_stringJohn Thacker1-91/+19
2022-11-02epan: Properly generate filter expressions for custom columnsJohn Thacker1-0/+102
2022-10-26ftypes: Do not sanitize strings for UTF-8 errorsJoão Valverde1-1/+2
2022-10-26Rename ws_label_strcat() to ws_label_strcpy()João Valverde1-13/+13
2022-10-26S7Comm: Fix invalid UTF-8 value string charsJoão Valverde1-2/+1
2022-10-20epan/proto: Replace format text()João Valverde1-57/+38
2022-10-19epan: centralize SDNV processing along other similar varint typesBrian Sipos1-6/+6
2022-09-28epan: Add BASE_STR_WSP and use itJoão Valverde1-15/+23
2022-09-27Add some UTF-8 debug checks with a compile time flagJoão Valverde1-11/+1
2022-09-23epan: Prevent crash when asserting on unvalidated UTF-8 stringsJohn Thacker1-3/+6
2022-09-21proto: Validate add_string values as UTF-8John Thacker1-0/+8
2022-09-11proto: Ensure that representation strings are printable, valid UTF-8John Thacker1-17/+57
2022-09-08proto: Fix truncation of UTF-8 strings.John Thacker1-1/+5
2022-08-16Increase number of preallocated fields.Anders Broman1-1/+1
2022-08-08Streamline hfinfo retrieval in proto_tree_add_* functionsJaap Keuter1-22/+22
2022-08-02epan: Refactor floating point display typesJoão Valverde1-60/+80
2022-07-15proto: fix proto_tree_add_bitmask_list_ret_uint64 to always return a value.Guy Harris1-1/+3
2022-07-14pfcp: change to utilize proto_tree_add_bitmask_listJoakim Karlsson1-0/+14
2022-07-12epan: ws_debug log for heuristic that claims frame (len != 0)Chuck Craft1-0/+23
2022-07-08epan: Copy multifield custom column undecoded values correctlyJohn Thacker1-3/+13
2022-07-05epan: Fix return value of prooto_strlcpy when not enough roomJohn Thacker1-2/+6
2022-07-05Properly free range strings, ext strings, custom baseDavid Perry1-8/+30
2022-07-02dfilter: Remove unparsed syntax type and RHS literal biasJoão Valverde1-0/+26
2022-06-20ftypes: Make accessor functions type safeJoão Valverde1-35/+36
2022-05-23dfilter: Fix protocol slices with negative indexesJoão Valverde1-5/+10
2022-05-15proto: Handle BASE_SPECIAL_VALS in add_bitmask_ titleJohn Thacker1-27/+51
2022-05-14proto: Fix display of BASE_UNIT_STRING for 64 bit fields in bitmaskJohn Thacker1-4/+12
2022-05-14proto: Fix reversed test for signed ints with unit stringsJohn Thacker1-1/+1
2022-05-13proto: Add support for BASE_SPECIAL_VALS to fields with bitmasksJohn Thacker1-10/+40
2022-05-12dfilter: Add support for universal quantifiersJoão Valverde1-0/+2
2022-04-26epan: Add more bookkeeping for layersJoão Valverde1-0/+3
2022-04-20epan: Add comments about _get_parent, _set_len and faked itemsJohn Thacker1-0/+24
2022-04-14epan: add ENC_TIME_USECS timestamp encodingChuck Craft1-0/+20
2022-03-29dfilter: Refactor macro tree referencesJoão Valverde1-26/+0
2022-03-28dfilter: Add ftypes pseudofieldsJoão Valverde1-0/+4
2022-03-25proto: Fix comment on NTP Era 1 EpochJohn Thacker1-1/+1
2022-03-14elastic: fix mapping with recent es versions.Dario Lombardo1-27/+26