aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-21epan: Fix NTP time encoding edge caseJohn Thacker1-22/+54
2023-10-13ftype: Clean up IPv6 interfaceJoão Valverde1-5/+8
2023-10-10epan: Allow BASE_NO_DISPLAY_VALUE for string-like field typesJohn Thacker1-1/+1
2023-09-27epan: Fix compile errorStig Bjørlykke1-1/+1
2023-09-27proto.c: `proto_tree_add_mac48_detail()` functionDavid Perry1-0/+99
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-23/+4
2023-09-15Prevent fvalue leaksJohn Thacker1-2/+20
2023-09-12epan: Free field info values that don't get added to the treeJohn Thacker1-0/+7
2023-09-12epan: Fix leaks in proto_tree_add_bytes_itemJohn Thacker1-6/+16
2023-09-07Clean up handling of string encodings for byte arrays and absolute times.Guy Harris1-40/+66
2023-09-01dfilter: Add "nan" and "inf" as reserved keywordsJoão Valverde1-0/+2
2023-09-01dfilter: Do not parse booleans as a value stringJoão Valverde1-0/+2
2023-08-19tshark: Add more fields to -G protocols and -G heuristic-decodesNiels Widger1-2/+10
2023-08-09epan: Fix up --disable-all-protocolsJohn Thacker1-19/+0
2023-08-08Add --only-protocols and --disable-all-protocols to tshark and rawshark.Juanma Sanchez1-0/+19
2023-08-08signature of proto_tree_set_ipv6 was changed after this patch was writtenJonathan Landis1-1/+1
2023-08-08add new add-and-return functions to C APIJonathan Landis1-0/+156
2023-08-08bugfix: proto_tree_add_time_item *endoff should be offset not lengthJonathan Landis1-1/+1
2023-07-25epan: Register dynamic column fields and make them filterableJohn Thacker1-1/+2
2023-07-16epan: Fix crash on columns with many long string fieldsJohn Thacker1-0/+5
2023-07-16RTPS: Added CRC32 and MD5 checksum check and deleted unused hfsIsmael Mendez Matamoros1-0/+93
2023-07-08dfilter: Add XOR logical operatorJoão Valverde1-0/+1
2023-07-07dfilter: Remove limitation using subtractionJoão Valverde1-0/+2
2023-07-03Add Unix time support for absolute time field typeJoão Valverde1-4/+1
2023-06-26dflter: Fix semantics of fvalue lengthJoão Valverde1-17/+17
2023-06-20ftypes: Rename IS_FT_* macrosJoão Valverde1-14/+14
2023-06-18Get rid of unnecessary casts.Guy Harris1-3/+3