X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FMPEGDVBBundle%2FDatagramSection.cc;h=e34c3c36e4b63ea0b9d331af248c8db47567a72b;hb=96d3a2a43b4e6d7693a136a3adeb099440f19068;hp=6df71f769f421cd6b99f22a89785988e2fdc4409;hpb=1f3b4447179d0cd771037d02b9a5671eeaaaec8d;p=senf.git diff --git a/Packets/MPEGDVBBundle/DatagramSection.cc b/Packets/MPEGDVBBundle/DatagramSection.cc index 6df71f7..e34c3c3 100644 --- a/Packets/MPEGDVBBundle/DatagramSection.cc +++ b/Packets/MPEGDVBBundle/DatagramSection.cc @@ -3,7 +3,7 @@ // Copyright (C) 2007 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Thorsten Horstmann // // 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 @@ -44,14 +44,12 @@ prefix_ void senf::DatagramSectionType::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 << " MAC_address_6: " << unsigned(p->mac_addr_6()) << "\n" << " MAC_address_5: " << unsigned(p->mac_addr_5()) << "\n" - << " reserved_2: " << p->reserved_2() << "\n" << " payload_scrambling_control: " << p->payload_scrmbl_ctrl() << "\n" << " address_scrambling_control: " << p-> addr_scrmbl_ctrl() << "\n" << " LLC_SNAP_flag: " << p->llc_snap_flag() << "\n"