aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-05proto: Reset handled occurrences counterStig Bjørlykke1-1/+3
2018-09-04epan: Restrict detect trailing stray characters in stringsStig Bjørlykke1-13/+21
2018-08-31Add support for protocol aliases. Switch BOOTP to DHCP.Gerald Combs1-0/+51
2018-08-31epan: Detect trailing stray characters in stringsStig Bjørlykke1-2/+59
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde1-7/+13
2018-08-29Make AT_VINES a built-in typeJoão Valverde1-7/+1
2018-08-20Increase PROTO_PRE_ALLOC_HF_FIELDS_MEMJoão Valverde1-1/+1
2018-08-09proto.c: allow more field types for proto_tree_add_item_ret_uint64()Pascal Quantin1-2/+8
2018-07-16Supply a 0s/0ns value for invalid time value lengths.Guy Harris1-17/+68
2018-07-02Add new encoding names for seconds/{micro,nano}second time stamps.Guy Harris1-8/+8
2018-07-02Add support for 8+8 and 8+4 struct timespec, and use it with 9P.Guy Harris1-45/+68
2018-06-10Do bounds checking of the offset and length in proto_tree_add_string().Guy Harris1-0/+16
2018-06-03Free dynamic header fields on exitStig Bjørlykke1-0/+1
2018-05-28Indicate *which* field would go past the MAX_TREE_ITEMS limit.Guy Harris1-3/+6
2018-05-23Creat protocol tvbuff before allocating and freeing memory.Guy Harris1-1/+7
2018-05-22proto: add handle of NTP bit 0Joakim Karlsson1-19/+57
2018-05-18proto.c: do not dereference a NULL pointer in proto_item_get_len() on first passPascal Quantin1-1/+5