aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-16ptvcursor: just do a realloc.Guy Harris1-4/+1
2021-04-16ptvcursor: Fix crash with deeply nested subtreesSimon Holesch1-1/+2
2021-03-21dfilter, ftypes: get rid of FT_PCRE.Guy Harris1-17/+0
2021-03-20libwireshark: don't allow fields of type FT_PCRE to be registered.Guy Harris1-0/+11
2021-03-11pcapng dissection: fix dissection of the if_filter IDB option.Guy Harris1-1/+1
2021-03-08proto.c: Use global var insted of environment varAnders Broman1-1/+1
2021-02-10Add ENC_TIME_NSECS timestamp encodingNicolás Alvarez1-0/+21
2021-02-06Avoid exposing HAVE_PLUGINS in the public APIJoão Valverde1-12/+8
2021-01-27UDP: Clean up handling of zero-valued UDP checksumsJoão Valverde1-0/+1
2021-01-12proto: replace g_assert_not_reached() with REPORT_DISSECTOR_BUG().Dario Lombardo1-4/+5
2020-12-30proto: report dissector bug in proto_item_add_bitmask_tree.Dario Lombardo1-0/+3
2020-12-04Qt: Prevent multiple check marks in custom columnStig Bjørlykke1-2/+10
2020-12-02epan: Fix a memory leak.Gerald Combs1-1/+1
2020-11-19QT+epan: Set FI_BITS_OFFSET and FI_BITS_SIZE flags on [u]ints and bitmasksJohn Thacker1-0/+41
2020-11-13Qt+epan: Print better-looking values in the packet diagram.Gerald Combs1-219/+313
2020-10-23QT/CLI: Move max tree items and depth to prefsJohn Thacker1-14/+9
2020-10-15proto: add support for FT_BYTES in proto_tree_add_bitsFilipe Laíns1-1/+11
2020-10-11Add proto_tree_add_item_ret_ipv4().Guy Harris1-9/+63
2020-10-11Fix some error messages.Guy Harris1-2/+2
2020-09-28Add some more string encodings.Guy Harris1-2/+2
2020-09-12Add FT_STRINGZTRUNC.Guy Harris1-9/+66
2020-09-11proto.c: add support for BASE_SPECIAL_VALS to fill_label_number64()Pascal Quantin1-6/+21
2020-09-05proto.c: increase PROTO_PRE_ALLOC_HF_FIELDS_MEMPascal Quantin1-1/+1
2020-08-24Convert Gerrit URLs to GitLab.Gerald Combs1-4/+0
2020-08-22Only do trailing stray character checks on FT_STRING fields.Guy Harris1-9/+29
2020-08-12Don't give a zero-length FT_STRINGZ a special value.Guy Harris1-2/+0
2020-08-10Qt: Add a packet diagram view.Gerald Combs1-0/+9
2020-08-09proto.c: increase PROTO_PRE_ALLOC_HF_FIELDS_MEMPascal Quantin1-1/+1
2020-08-09Replace more DISSECTOR_ASSERT_NOT_REACHED() with more specific messages.Guy Harris1-26/+59
2020-08-08Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-1/+1
2020-08-01ptvcursor_add_ret_int(): Fix error string if item of wrong typeMartin Mathieson1-1/+1
2020-07-06epan: Fixup our ENABLE_CHECK_FILTER warnings.Gerald Combs1-5/+5
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-12/+12
2020-06-16proto: clean up comments.Guy Harris1-3/+2
2020-06-06proto.c: check for proto_item_get_display_repr()Uli Heilmeier1-0/+2
2020-04-25Add a routine to get the representation of a protocol tree item and use it.Guy Harris1-0/+10
2020-04-25Introduce tfs_get_string helperJaap Keuter1-8/+4