X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fhexdump.hh;h=9dc94580790a4a52886a66ac0125a8d279e59974;hb=1b1d76302a5d61e918ef71f1c8e11f80ac1262e2;hp=dc6b3f4433d734bf1a80fbddbe34e723780359be;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/Utils/hexdump.hh b/Utils/hexdump.hh index dc6b3f4..9dc9458 100644 --- a/Utils/hexdump.hh +++ b/Utils/hexdump.hh @@ -1,9 +1,9 @@ // $Id$ // // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Stefan Bund // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -34,7 +34,7 @@ namespace senf { - /** \brief write the contents from Iterator i to i_end to the output stream in hexadecimal format. + /** \brief Write range [ i, i_end ) to output stream in hexadecimal format */ template void hexdump(Iterator i, Iterator i_end, std::ostream & stream, unsigned block_size=16);