aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wai.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some "ethertype" subdissectors to "new" style.Michael Mann1-4/+5
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+6
2015-03-17Fix Wai dissectorCedric Izoard1-7/+52
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-16Avoid calling find_dissector(), cache result of [new_]register_dissector()Jakub Zawadzki1-4/+4
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+7
2013-02-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2012-11-28Fix [-Wshadow] warnings;Bill Meier1-376/+523
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-8/+8
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-33/+33
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-30/+30
2011-06-19 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-3/+1
2011-05-12Use nonce_2_item instead of incorrect nonce_1_item. Fixes Coverity CID 1071.Chris Maynard1-2/+2
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-09-27Add a link to the protocol description.Anders Broman1-1/+6
2010-09-23Updates from Lukasz Kotasa.Stig Bjørlykke1-5/+5
2010-09-22- reassembly code shouldn't be under 'if (tree)'Bill Meier1-39/+40
2010-09-22Code cleanup: Bill Meier1-53/+52
2010-09-22Code cleanup: Changed proto_tree_add_boolean() and proto_tree_add_bytes()Stig Bjørlykke1-21/+18
2010-09-22From Lukasz Kotasa and Lukasz Suchy via bug 5248:Stig Bjørlykke1-0/+1180