aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mndp.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-15emem -> wmemPascal Quantin1-2/+2
svn path=/trunk/; revision=52063
2013-03-19From beroset:Anders Broman1-1/+1
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48425
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL svn path=/trunk/; revision=44860
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-15Minor Changes:Bill Meier1-23/+20
- checkcol() not needed; - remove unneeded #include <expert.h> - remove 'if(tree)' so "bytes dissected" returned always the same. svn path=/trunk/; revision=43272
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard1-1/+1
svn path=/trunk/; revision=43178
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly ↵Bill Meier1-2/+2
reference an hf item (in hf[] with types: FT_NONE FT_BYTES FT_IPV6 FT_IPXNET FT_OID Note: Encoding field set to ENC_NA only if the field was previously TRUE|FALSE|ENC_LITTLE_ENDIAN|ENC_BIG_ENDIAN svn path=/trunk/; revision=39260
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer1-6/+7
svn path=/trunk/; revision=38746
2011-03-12Use TRUE/FALSE for encoding_info to make it build.Stig Bjørlykke1-1/+1
Added packet-mndp.c to Makefile build. svn path=/trunk/; revision=36179
2011-03-09Update/correct some TLVsJörg Mayer1-23/+8
svn path=/trunk/; revision=36175
2011-03-08Add support for Mikrotiks Neigbor Discovery Protocol (MNDP).Jörg Mayer1-0/+385
Sample capture at http://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=get&target=mndp.pcap svn path=/trunk/; revision=36170