aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpcap.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-125/+125
2023-10-29wsutil/to_str: Deprecate ip_to_str() for endian-explicit versionsJoão Valverde1-2/+2
2023-09-19Use `register_dissector()` for more protocolsDavid Perry1-2/+1
2022-09-28epan: Use proto_*_ret_display_string() in a couple of placesJoão Valverde1-7/+5
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-3/+3
2021-07-22rpcap: add support for IPv6 addresses in findalldevs replies.Guy Harris1-14/+155
2021-07-21First pass pinfo->pool conversionEvan Huus1-6/+6
2021-04-12rpcap: clarify what the linktype preference does.Guy Harris1-1/+1
2020-04-01Make the message type values hex.Guy Harris1-23/+23
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-02-27rpcap: check conversation existence before dereferencing it.Dario Lombardo1-1/+2
2019-01-31Use tvb_reported_length_remaining() to get the remaining data length.Guy Harris1-2/+2
2019-01-31Rpcap authentication replies now have an optional payload.Guy Harris1-2/+49
2019-01-29Once we've identified a TCP segment as rpcap, use rpcap for the connection.Guy Harris1-1/+21
2018-07-02Add new encoding names for seconds/{micro,nano}second time stamps.Guy Harris1-1/+1
2018-07-02Use proto_tree_add_item() for a number of time values.Guy Harris1-4/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-07-21ENIP: Add support for CIP Security Information in ListIdentityMichael Mann1-5/+1
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke1-1/+1
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-2/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-7/+6
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-21Use the "pcap/pcapng packet data" dissector to dissect packet data.Guy Harris1-7/+25
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-10/+10
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-10-06packet-rpcap.c: Don't use mixed space/tab indentation;Bill Meier1-124/+124
2014-06-23Replace AF_ values by COMMON_AF_ values.Joerg Mayer1-16/+5
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-10/+10
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-10/+10
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Make local functions static.Anders Broman1-0/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-7/+9
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-15emem -> wmem (except uat or init routines)Pascal Quantin1-1/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+1
2013-06-10Batch of filterable expert infos.Michael Mann1-10/+22
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-14From beroset:Anders Broman1-4/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2