aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/m2m/packet-m2m.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...wmeier1-7/+7
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-05Get rid of a bunch of check_col().etxrab1-19/+12
2009-09-24Don't guard col_append_str with check_colkrj1-28/+7
2009-08-09Don't guard col_clear with col_checkkrj1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-4/+1
2009-08-08Check TLV lengths before we try to add them to the tree. Fixes bug 3824.gerald1-11/+25
2009-08-03Various minor cleanups:wmeier1-263/+250
2009-06-24From Kovarththanan Rajaratnam:stig1-180/+180
2009-05-13Apply some of the patches from:etxrab1-3/+1
2009-01-13Make the column check actually check the information column status.jake1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingwmeier1-21/+12
2007-08-01Clean up the WiMax Mac-to-Mac dissector code.jake1-54/+25
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;guy1-3/+3
2007-05-26Missing bits and fixes to get the buildbot green again.gal1-12/+12
2007-05-26Get rid of another item that's now handled automatically.guy1-6/+0
2007-05-26Get rid of the old-style plugin registration stuff.guy1-18/+0
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.gerald1-0/+888