aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wassp.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-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriatejmayer1-21/+21
2011-05-26From Michael Mann.etxrab1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-07-30- Comment: some abbreviations usedjmayer1-6/+87
2009-11-06Add a document referencejmayer1-0/+3
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-9/+9
2009-05-02Add a few more elements, most of them without hf_ elementsjmayer1-7/+43
2009-05-01Add hf_ elements for the new typesjmayer1-195/+1174
2009-04-30Add a few additional pieces of informationjmayer1-32/+18
2009-04-30Add additional Type->Name associations: Now we can roughlyjmayer1-43/+239
2009-03-31Make the forward declaration of dissect_snmp() match the definition.guy1-1/+1
2009-03-31Fix gcc 3.4.6 warning about setjmp/longjmp.martinm1-1/+1
2009-03-26(Trivial): Use NULL instead of "" in hfp[] blurbswmeier1-67/+67
2009-03-24Beginnings of WASSP dissection - that's the protocol run betweenjmayer1-0/+851