aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nt-sonmp.c
AgeCommit message (Collapse)AuthorFilesLines
2004-02-23Change Email address of Giles ScottJörg Mayer1-2/+2
svn path=/trunk/; revision=10200
2003-12-07Only check the destination address if it's AT_ETHER; otherwise, there'sGuy Harris1-6/+20
no guarantee that "data[5]" exists or can be interpreted in that fashion. svn path=/trunk/; revision=9188
2003-12-06Check if pinfo->dl_dst.data is not NULL before accessing the data (itOlivier Abad1-1/+2
was NULL in one of my "linux cooked" captures which contains no destination address). svn path=/trunk/; revision=9184
2003-09-30From Giles Scott: add some new hardware types.Guy Harris1-2/+18
svn path=/trunk/; revision=8573
2003-08-28From Giles Scott: Nortel/SynOptics Network Management Protocol support.Guy Harris1-0/+306
svn path=/trunk/; revision=8290