aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-enrp.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+4
More FT_XXX cleanup. svn path=/trunk/; revision=28971
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-51/+51
(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-31From Thomas Dreibholz:Anders Broman1-44/+100
Improvements for the ASAP and ENRP dissectors. svn path=/trunk/; revision=27141
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
svn path=/trunk/; revision=27050
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=26647
2008-06-21From Thomas Dreibholz:Anders Broman1-51/+52
- Made parameter naming consistent. Example: A Pool Handle Parameter is now also named "Pool Handle Parameter" instead of "Pool handle" only, because it contains a field "Pool Handle" which actually contains the PH byte vector. All parameters are now named "<name> Parameter". - Made other strings consistent, as in the Internet Drafts. Example: "Pool element identifier" -> "Pool Element Identifier". Each word begins with capitalized letter now. svn path=/trunk/; revision=25511
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=24286
2007-12-22Add handling of "Rejected due to security considerations" error cause.Michael Tüxen1-19/+23
Reported by Holger Epper. svn path=/trunk/; revision=23939
2007-12-21Fix the handling of error parameters. Reported by Holger Eppert.Michael Tüxen1-9/+9
svn path=/trunk/; revision=23932
2007-11-20Update to draft-ietf-rserpool-common-param-15.txt. (WillMichael Tüxen1-37/+79
be published soon...) svn path=/trunk/; revision=23520
2007-04-16Use recent IANA port assignments.Michael Tüxen1-6/+5
svn path=/trunk/; revision=21449
2007-03-07Add support for draft-ietf-rserpool-policies-04.txt.Michael Tüxen1-19/+83
svn path=/trunk/; revision=20996
2006-05-31Editorial fixes from Thomas Dreibholz.Michael Tüxen1-28/+28
svn path=/trunk/; revision=18265
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-06Update toMichael Tüxen1-75/+108
* http://www.ietf.org/internet-drafts/draft-ietf-rserpool-common-param-09.txt * http://www.ietf.org/internet-drafts/draft-ietf-rserpool-enrp-12.txt * http://www.ietf.org/internet-drafts/draft-ietf-rserpool-asap-12.txt svn path=/trunk/; revision=15243
2004-07-27Change the display of identifiers from DEC to HEX.Michael Tüxen1-3/+3
svn path=/trunk/; revision=11538
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+904
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