aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-frsrpc.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
svn path=/trunk/; revision=45017
2012-08-08Add SVN Id.Jeff Morriss1-0/+2
svn path=/trunk/; revision=44323
2012-04-29Fix a clang warning due to 'type' not being initialized.Chris Maynard1-1/+1
svn path=/trunk/; revision=42341
2011-09-12Leading white space in the field descriptive name is not allowed.Anders Broman1-2/+2
svn path=/trunk/; revision=38976
2011-09-10DCE/RPC: FRSRPC: updates to the FRS dissectorRonnie Sahlberg1-50/+59
From: Matthieu Patou <mat@matws.net> svn path=/trunk/; revision=38958
2011-08-11Leading white space in the field descriptive name is not allowed.Guy Harris1-2/+2
svn path=/trunk/; revision=38489
2011-08-11Regenerate a new updated FRSRPC dissector.Ronnie Sahlberg1-256/+3866
This dissectors now dissects a whole lot more of the FRS protocol. svn path=/trunk/; revision=38476
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
ABSOLUTE_TIME_LOCAL or ABSOLUTE_TIME_UTC, indicating whether to display the date/time in local time or UTC. (int)ABSOLUTE_TIME_LOCAL == (int)BASE_NONE, so there's no source or binary compatiblity issue, although we might want to eliminate BASE_NONE at some point and have the BASE_ values used with integral types start at 0, so that you can't specify BASE_NONE for an integral field. svn path=/trunk/; revision=31319
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-13/+13
(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
2007-11-01some updates to the frsrpc dissectorRonnie Sahlberg1-4/+248
dissect parts of the TLV blob that is sent during file replication svn path=/trunk/; revision=23332
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+114
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