Utils/Logger: Implement targets
[senf.git] / Packets / MPEGDVBBundle / DSMCCSection.cc
index f34ed91..d0c8b34 100644 (file)
@@ -3,7 +3,7 @@
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
-//     Stefan Bund <stefan.bund@fokus.fraunhofer.de>
+//     Thorsten Horstmann <thorsten.horstmann@fokus.fraunhofer.de>
 //
 // 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
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Definition of non-inline non-template functions
+/** \file
+    \brief DSMCCSection non-inline non-template implementation */
 
 #include "DSMCCSection.hh"
 //#include "DSMCCSection.ih"
@@ -43,13 +44,11 @@ prefix_ void senf::DSMCCSectionType::dump(packet p, std::ostream & os)
        << std::hex
        << "  table_id: 0x" << unsigned(p->table_id()) << "\n"
        << "  section_syntax_indicator: " << p->ssi() << "\n"
-       << "  private_indicator: " << p->pi() << "\n"
-       << "  reserved_1: " << p->reserved_1() << "\n"
+       << "  private_indicator: " << p->private_indicator() << "\n"
        << std::dec
        << "  section_length: " << p->sec_length() << "\n"
        << std::hex 
-       << "  table_id_extension: " << p->tabel_id_extension() << "\n"
-       << "  reserved_2: " << p->reserved_2() << "\n"
+       << "  table_id_extension: " << p->table_id_extension() << "\n"
        << "  version_number: " << p->version_num() << "\n"
        << "  current_next_indicator: " << p->curr_next_indicator() << "\n"
        << "  section_number: " << unsigned(p->sec_num()) << "\n"