aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bvlc.c
AgeCommit message (Collapse)AuthorFilesLines
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-15/+15
"header_field_info" structure, including the ones that are later set by the routines to register fields. svn path=/trunk/; revision=3561
2001-05-30Get rid of some unnecessary settings of "pinfo->current_proto" - if theGuy Harris1-3/+1
dissector is called only through a handle or dissector table, the code that handles those calls sets it for you. svn path=/trunk/; revision=3480
2001-04-20Fix Gerald's e-mail address - and fix it in "README.developer", soGuy Harris1-2/+2
people don't blindly insert the old address into new dissectors, which is probably how it got into the dissectors being fixed here. svn path=/trunk/; revision=3348
2001-03-31BACNET support, from Hartmut Mueller.Guy Harris1-0/+415
svn path=/trunk/; revision=3214