aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-14Free g_ptr_array_free-related memory leaksPeter Wu1-2/+2
2018-05-14Display configured checksum Expert summary stringDylan Ulis1-2/+2
2018-05-14proto: handle split bits covering more than 32 bitsPeter Wu1-3/+11
2018-05-09proto: don't overrun buffer.Dario Lombardo1-1/+1
2018-05-07Refer to the bytes of the real checksum field if the checksum is missing or g...Joerg Mayer1-11/+11
2018-04-26Qt: fix crash on dragging in packet dialogPeter Wu1-3/+1
2018-04-19tshark: improve -G elastic-mapping command by adding filters.Dario Lombardo1-5/+35
2018-04-19proto: use json_node_free instead of json_node_unref.Dario Lombardo1-1/+1
2018-04-18tshark: add -G elastic-mapping report.Dario Lombardo1-0/+204
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-1/+0
2018-04-16Forbid leading, duplicated and trailing dots in field namesPeter Wu1-46/+48
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-13/+9
2018-04-06Increase PROTO_PRE_ALLOC_HF_FIELDS_MEM.Guy Harris1-1/+1
2018-03-25Clean up REPORT_DISSECTOR_BUG().Guy Harris1-80/+84
2018-03-25Fix whitespace.Guy Harris1-9/+9
2018-03-25Give a better error message.Guy Harris1-1/+3