aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-reload.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-1/+1
2012-03-21'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier1-3/+3
2012-03-15Use 'display'=BASE_NONE for all FT_BOOLEAN hf[] entries with a 0 bitmask;Bill Meier1-480/+512
2012-01-23Fix some duplicate display filter names.Chris Maynard1-9/+9
2011-11-15Rewrite some odd code. Clang Cat does not want:Guy Harris1-2/+1
2011-10-25Fix proto_tree_add_item() encoding args.Bill Meier1-33/+34
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-8/+8
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-13Make clang on Mac OS X 10.7.2. happy.Michael Tüxen1-1/+0
2011-10-12When looping, be sure to iterate over the right number of elements. Fixes Co...Chris Maynard1-5/+5
2011-10-12Fix some proto_tree_add_item() FT_ABSOLUTE_TIME encoding parameters:Bill Meier1-4/+4
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-7/+7
2011-10-08From Stéphane Bryant: fixes in reload fragmentation handlingBill Meier1-105/+111
2011-10-08From Stéphane Bryant: remove the variables that the previous patch left unusedBill Meier1-22/+8
2011-10-06Use '"%" G_GINT64_MODIFIER "d"' instead of "%ld" to format a guint64.Bill Meier1-1/+1
2011-10-06From Stéphane Bryant: improvements in RELOAD dissectionBill Meier1-1092/+4253
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-40/+40