aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nt-sonmp.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-16Modernize the SONMP ("SynOptics Network Management Protocol") dissector by re...Stephen Fisher1-378/+0
2010-08-09Fix typo in my last commit that broke compilationStephen Fisher1-2/+1
2010-08-09Update to latest device descriptionsStephen Fisher1-87/+142
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-08-14Use const with value_string array definitionsBill Meier1-3/+3
2007-04-25The data pointer in an address structure is a void *; if the address isGuy Harris1-1/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-05Bill Meier:Jörg Mayer1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
2004-11-25From Giles Scott : updates to packet-nt-sonmp.cRonnie Sahlberg1-40/+29
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+337