aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
3 daysprotocol hierarchy tap: Don't fake protocolsJohn Thacker1-1/+2
9 daysepan: constify proto_registrar_dump_field_completionsJohn Thacker1-1/+1
12 daysproto: Fix unresolved boolean columnStig Bjørlykke1-1/+1
13 daysUse ISO 8601 in more places for absolute timesJohn Thacker1-4/+20
2024-09-09epan: use units for relative time labelsJohn Thacker1-3/+2
2024-09-08epan: Add some comments about Little Endian NTP timeJohn Thacker1-0/+22
2024-08-13epan: Sort dissector table handles after registrationJohn Thacker1-0/+4
2024-08-13epan/proto.h: document freeing of GPtrArraysDavid Perry1-1/+4
2024-08-12Dissectors: Include what you use.Anders Broman1-0/+3
2024-07-20epan: Use new-style tvb integer accessors in our top-level codeGerald Combs1-6/+6
2024-07-18Remove break after returnStig Bjørlykke1-8/+0
2024-07-05Don't call g_string_free() with bool - it takes gbooleanStig Bjørlykke1-1/+1
2024-07-03epan: convert epan/*.{c|h} to C99 typesJoakim Karlsson1-998/+998
2024-07-01proto.c: Increase number of preallocated fields.Anders Broman1-1/+1
2024-06-04Make FT_AX25 a string-like typeJohn Thacker1-11/+1
2024-05-28epan: constify field_info as a parameter in a few functionsJohn Thacker1-23/+23
2024-05-21Consolidate array_length and g_ptr_array_len into a new header.Darius Davis1-0/+1
2024-05-09Add a ENC_TIME_ZBEE_ZCL time encoding and use it.Guy Harris1-0/+44
2024-05-07Rename ENC_TIME_MP4_SECS to ENC_TIME_MP4_FILE_SECS.Guy Harris1-2/+2
2024-05-07Rename ENC_TIME_CLASSIC_MAC_OS_SECS to ENC_TIME_MP4_SECS.Guy Harris1-1/+2
2024-04-30epan: constify the header_field_info in the field_infoJohn Thacker1-15/+15
2024-04-14epan: Switch proto_tree_add_item_ret_boolean to boolsGerald Combs1-1/+1
2024-04-13epan: Switch ptvcursor_add_ret_boolean to boolGerald Combs1-1/+1
2024-04-05Remove init to zero for static variablesStig Bjørlykke1-13/+13
2024-04-01epan: Switch proto_get_frame_protocols to boolsGerald Combs1-12/+12
2024-03-30epan: Convert a couple of proto tree callbacks to C99 typesGerald Combs1-16/+16
2024-03-28epan: Add some Clang-tidy suppressionsGerald Combs1-0/+5
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2024-02-22Fix some spelling errorsMartin Mathieson1-1/+1
2024-02-15epan: Fix copy-paste errorJohn Thacker1-1/+1
2024-02-14columns: Allow any field expression syntax to be used in columnsJohn Thacker1-4/+127
2024-02-12epan: custom column FT_NONE and FT_PROTOCOL check marksJohn Thacker1-3/+3
2024-02-06Fix some more spelling errorsMartin Mathieson1-2/+2
2024-02-01epan: Pass in a 64 bit integer to proto_tree_add_boolean functionsJohn Thacker1-48/+7
2024-01-30epan: Don't fake child nodes of visible proto itemsJohn Thacker1-15/+25
2024-01-22epan: Use an ellipsis to indicate truncated fieldsGerald Combs1-2/+2
2024-01-11tshark: Fake unused proto items when -e is givenJohn Thacker1-13/+49
2023-12-20epan: Add as much of a text-only subtree length as we canJohn Thacker1-5/+5
2023-12-09nflog: time stamps are in seconds/microseconds, not seconds/nanoseconds.Guy Harris1-6/+38
2023-12-07epan: Remember whether heuristic dissectors are enabled by defaultJohn Thacker1-0/+9
2023-12-06Draft: Make LTE Uu stats and graph work for NR tooMartin Mathieson1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-1/+1
2023-11-18epan: Fix truncation of BASE_OUI labelsJohn Thacker1-30/+35
2023-11-07epan: Initialize static proto values to 0Stig Bjørlykke1-9/+9
2023-11-02Initialize static proto values to 0Stig Bjørlykke1-10/+13
2023-11-01tshark: fix memory leak when printing an IPv4 addressPascal Quantin1-5/+6
2023-10-30epan: Use available space for FT_BYTES labelsJohn Thacker1-10/+18
2023-10-29IPv4: Fix wrong endianness displaying source/dest addressesJoão Valverde1-6/+2
2023-10-27ftypes: Add IPv4 setter/getterJoão Valverde1-7/+11
2023-10-23dfilter: Add "bitand" as an alternative operator keywordJoão Valverde1-0/+1