aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-07proto.h: avoid warning about not really deprecated (Clang)Alexis La Goutte1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-47/+88
2019-01-13proto.h: fix indentation and add modeline.Dario Lombardo1-347/+353
2019-01-04add encoding windows 1251, cp855, cp866kanidef1-2/+3
2018-11-20Replace JSON-GLib by custom JSON dumper libraryPeter Wu1-2/+0
2018-11-01Fix "Follow TLS Stream" after ssl -> tls renamePascal Quantin1-2/+2
2018-11-01Revert "FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" ...Pascal Quantin1-7/+6
2018-11-01FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" optionsJeremy Martin1-6/+7
2018-10-17wslua: Add support for base.RANGE_STRING handling.Richard Sharpe1-1/+1
2018-09-20proto.h: add type checks for VALS/VALS64/VALS_EXT_PTR/TFS/RVALSPeter Wu1-5/+8
2018-08-31Add support for protocol aliases. Switch BOOTP to DHCP.Gerald Combs1-0/+12
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde1-2/+3
2018-07-02Get rid of trailing space.Guy Harris1-1/+1
2018-07-02Add new encoding names for seconds/{micro,nano}second time stamps.Guy Harris1-8/+14
2018-07-02Update a comment.Guy Harris1-4/+8
2018-06-26Remove code specific to older versions of Visual Studio.Gerald Combs1-1/+1
2018-06-04When using the NEW_PROTO_TREE_API, the proto_tree_add... functions areJoerg Mayer1-4/+53
2018-04-19tshark: improve -G elastic-mapping command by adding filters.Dario Lombardo1-1/+1
2018-04-18tshark: add -G elastic-mapping report.Dario Lombardo1-0/+5
2018-03-25Clean up REPORT_DISSECTOR_BUG().Guy Harris1-42/+25
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2018-01-02Add ENC_VARINT_QUICAlexis La Goutte1-0/+5
2017-12-29proto(.h): fix indent (align...)Alexis La Goutte1-1/+1
2017-12-14Add new plugin type for libwiresharkJoão Valverde1-2/+1
2017-12-14Refactor plugin registration and loadingJoão Valverde1-3/+10
2017-11-22Add Zigbee encoding, ENC_ZIGBEEMichael Mann1-0/+2
2017-11-19dissect_uleb128 -> tvb_get_varint/proto_tree_add_item_ret_lengthMichael Mann1-0/+3
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-3/+3
2017-10-15Add support for BASE_OUIMichael Mann1-1/+5
2017-10-10Change FI_VARINT to account for FI_BITS_XXX flagsMichael Mann1-2/+2
2017-10-09Add ENC_VARINT_PROTOBUFMichael Mann1-0/+8
2017-10-08proto(.h): fix indent (use spaces)Alexis La Goutte1-2/+2
2017-09-24Move DISSECTOR_ASSERT_FIELD_TYPE_IS_TIME after __DISSECTOR_ASSERT_FIELD_TYPE_...Guy Harris1-7/+7
2017-09-06plugins: config.h must not be included by public headersJoão Valverde1-0/+1
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-0/+2
2017-04-28Add proto_tree_add_item_ret_boolean().Guy Harris1-1/+8
2017-04-26Add proto_tree_add_item_ret_uint64Michael Mann1-0/+4
2017-04-18Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS.Guy Harris1-1/+1
2017-04-12No need to include <epan/packet.h> in <epan/ftypes/ftypes-int.h>.Guy Harris1-1/+1
2017-04-12Rename routines to clarify what they do.Guy Harris1-1/+1
2017-04-10Add support for BASE_VALS_NO_UNKNOWNAlexis La Goutte1-0/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-4/+5
2017-04-01FT_CHAR is an integral type, so list it in the diagnostic message.Guy Harris1-1/+1
2017-03-31Fix typo.Guy Harris1-1/+1
2017-03-29Add ENC_TIME_MSEC_NTP and use it in packet-gtpv2.cAndersBroman1-0/+4
2017-03-28Fix up time encodings.Guy Harris1-20/+35
2017-03-26Don't speak of RTPS time_t as an "NTP" time.Guy Harris1-9/+12
2017-03-26Add ENC_TIME_TIMEVAL and use it for gsmtap.Guy Harris1-5/+33
2017-03-17[proto.h] Make proto_tree_add_split_bits_item_ret_val() usable fromAndersBroman1-3/+3
2017-03-15Lua: Merge sep and str tables into baseStig Bjørlykke1-1/+0