aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-05proto: remove a temporary variableMartin Kaiser1-4/+1
2020-04-05proto: Add a debug check to sanity-check range_stringMartin Mathieson1-0/+33
2020-04-02proto: fix invalid types in hf check routine.Dario Lombardo1-35/+38
2020-04-01Check for true_false_string with identical true/false string.Martin Mathieson1-0/+14
2020-01-26proto: fix get_time_value() for ENC_TIME_CLASSIC_MAC_OS_SECSJakub Adam1-2/+2
2020-01-21Put various epoch time deltas into wsutil/epochs.h.Guy Harris1-17/+13
2020-01-21Rename a time variable to reflect its units.Guy Harris1-7/+7
2020-01-21Add support for "classic Mac OS" timestamps and use them in file-mp4.c.Guy Harris1-4/+47
2019-11-12Fix display of pino protocols in display filter dropdownPascal Quantin1-16/+10
2019-10-28wslua: Fix memleak of unregistered ProtoField stringsStig Bjørlykke1-82/+90
2019-09-05kafka: Cleanup to use "native" APIs.Michael Mann1-12/+79
2019-09-04Load environment vars to globals for efficency.Anders Broman1-2/+2
2019-08-29Add proto_tree_add_item_ret_time_stringMichael Mann1-4/+109
2019-07-29proto: fix proto_item_add_bitmask_tree with zero lengthPeter Wu1-4/+9
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-25Don't format printable non-ASCII Unicode characters as escape sequences.Guy Harris1-2/+1
2019-06-20Remove the UTF-8 validation from proto_tree_add_string().Guy Harris1-4/+0
2019-06-12Don't check lenretval in proto_tree_add_item_ret_display_string_and_length().Guy Harris1-4/+2
2019-06-08Have routines to add a protocol tree item and return a display string.Guy Harris1-116/+203
2019-06-07Improve handling of binary data that *might* be text.Guy Harris1-74/+115
2019-05-24"Zigbee" encoding is not a character encoding or an integer encoding.Guy Harris1-10/+2
2019-05-14elastic: make fields all the same.Dario Lombardo1-1/+1
2019-05-13elastic: change 'pcap_file' into 'doc' in the mapping.Dario Lombardo1-3/+3
2019-05-13elastic: change 'template' into 'index_patterns' in the mapping.Dario Lombardo1-1/+1
2019-05-13elastic: use correct elastic field types in mapping.Dario Lombardo1-5/+5
2019-05-03proto: don't generate elastic-mapping entries for string fields.Dario Lombardo1-30/+15
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-12/+12
2019-04-01add to get_time_value() case ENC_TIME_MSECS|ENC_LITTLE_ENDIAN:kanidef1-0/+1
2019-03-07We need more pre-allocated fields.Guy Harris1-1/+1
2019-02-08Fixing some implicit coversations (-Wshorten-64-to-32)Uli Heilmeier1-2/+2
2019-01-27wslua: fix memleaks related to Proto and PrefPeter Wu1-0/+2
2019-01-13proto: ensure valid width through assert.Dario Lombardo1-1/+4
2019-01-03epan: remove redundant casts.Dario Lombardo1-6/+6
2018-12-09proto: make ws_type_to_elastic static.Dario Lombardo1-1/+2
2018-11-20Replace JSON-GLib by custom JSON dumper libraryPeter Wu1-79/+61
2018-11-08proto.c: increase the number of pre allocated fieldsPascal Quantin1-1/+1
2018-11-01Fix "Follow TLS Stream" after ssl -> tls renamePascal Quantin1-3/+3
2018-11-01Revert "FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" ...Pascal Quantin1-2/+1
2018-11-01FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" optionsJeremy Martin1-1/+2
2018-10-27IAX: Use extended 64 bit value to string matching for codecsTom Hughes1-2/+6
2018-10-27Add support for extended 64 bit value to string matchingTom Hughes1-16/+42
2018-10-19proto.c: Add hint to an assert.AndersBroman1-1/+1
2018-10-17wslua: Add support for base.RANGE_STRING handling.Richard Sharpe1-0/+6
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-3/+3
2018-09-10proto.c: Increase number of preallocted fields to 205000AndersBroman1-1/+1