aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wai.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-8/+8
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-33/+33
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-30/+30
2011-06-19 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-3/+1
2011-05-12Use nonce_2_item instead of incorrect nonce_1_item. Fixes Coverity CID 1071.cmaynard1-2/+2
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-09-27Add a link to the protocol description.etxrab1-1/+6
2010-09-23Updates from Lukasz Kotasa.stig1-5/+5
2010-09-22- reassembly code shouldn't be under 'if (tree)'wmeier1-39/+40
2010-09-22Code cleanup: wmeier1-53/+52
2010-09-22Code cleanup: Changed proto_tree_add_boolean() and proto_tree_add_bytes()stig1-21/+18
2010-09-22From Lukasz Kotasa and Lukasz Suchy via bug 5248:stig1-0/+1180