aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-reload.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-390/+390
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-2/+2
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-2/+2
2021-08-14Fix some item label names with unbalanced parens/braces/bracketsMartin Mathieson1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-5/+5
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-1/+1
2018-04-16Forbid leading, duplicated and trailing dots in field namesPeter Wu1-2/+2
2018-04-10Get rid of get_opaque_length() and unneeded length arguments.Guy Harris1-62/+36
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs1-1/+1
2018-02-20RELOAD: Fix a length check.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-7/+2
2017-03-28Fix up time encodings.Guy Harris1-10/+10
2017-01-29Register reassembly tablesMichael Mann1-15/+2
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-5/+5
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-18/+18
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some TCP subdissectors to "new" style.Michael Mann1-9/+3
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-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-2/+2
2014-12-23packet-reload needs conversation.h stillStephen Fisher1-0/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-5/+5
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2014-01-07Try to get rid of some warnings.Anders Broman1-1/+1
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-17Make local functions static. Include *.h when needed.Anders Broman1-1/+1
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-48/+48
2013-08-31More wmem.Evan Huus1-9/+10
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-06-10Batch of filterable expert infos.Michael Mann1-57/+76
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+6