aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ismp.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-06Move edp to the top level tree instead of inside the ismpJörg Mayer1-20/+27
tree. svn path=/trunk/; revision=28959
2009-07-01- Put ISMP.EDP into the protocol column to make it clearerJörg Mayer1-11/+20
that filtering on edp is not going to help - Make it possible to filter on ismp.edp - In case of edp fill info column svn path=/trunk/; revision=28901
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-57/+57
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2008-12-19Back out r27047 and r27053.Gerald Combs1-3/+3
svn path=/trunk/; revision=27062
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-3/+3
svn path=/trunk/; revision=27053
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
2005-08-08various code cleanup:Ulf Lamping1-4/+0
-use g_snprintf instead of sprintf and snprintf -use g_strdup_printf where appropriate -remove #include "snprintf.h" (as only g_snprintf should be used) -replace some more alloc/realloc/calloc/free with their glib pendants svn path=/trunk/; revision=15264
2005-04-23Add more tvb_ensure_bytes_exist() calls.Gerald Combs1-0/+2
svn path=/trunk/; revision=14171
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+874
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410