aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/m2m/packet-m2m.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-11Show m2m.fch_burst_tlv_value in decimal.Guy Harris1-1/+1
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-5/+21
2012-03-27Removed unused pdu_length in pdu_burst_decoder to avoid a warning from clang.Stig Bjørlykke1-4/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-7/+7
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-05Get rid of a bunch of check_col().Anders Broman1-19/+12
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-28/+7
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-08Check TLV lengths before we try to add them to the tree. Fixes bug 3824.Gerald Combs1-11/+25
2009-08-03Various minor cleanups:Bill Meier1-263/+250
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-180/+180
2009-05-13Apply some of the patches from:Anders Broman1-3/+1
2009-01-13Make the column check actually check the information column status.Jaap Keuter1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier1-21/+12
2007-08-01Clean up the WiMax Mac-to-Mac dissector code.Jaap Keuter1-54/+25
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris1-3/+3
2007-05-26Missing bits and fixes to get the buildbot green again.Graeme Lunt1-12/+12
2007-05-26Get rid of another item that's now handled automatically.Guy Harris1-6/+0
2007-05-26Get rid of the old-style plugin registration stuff.Guy Harris1-18/+0
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-0/+888