summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-reload.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-19From beroset:Anders Broman1-7/+7
2013-03-12From beroset:Anders Broman1-1/+1
2013-02-21Fix some issues potentially similar in nature to the one found inEvan Huus1-34/+34
2013-02-21From Chris Maynard via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8364Evan Huus1-1/+1
2013-02-21Misc. fixes while looking at bug 8364 (which this patch does NOT address):Chris Maynard1-3/+5
2012-12-26Fix a bunch of warnings.Guy Harris1-18/+18
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-4/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-1/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-11/+11
2012-07-28Fix a 'dead increment' warning forgotten in r44084Pascal Quantin1-1/+0
2012-07-27Fix 'dead increment' and 'dereference of null pointer' Clang warningsPascal Quantin1-12/+8
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-3/+3
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-26Fix some "conflicting" value_string warnings.Jakub Zawadzki1-2/+2