Loading codec/c++/sip_codets.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -200,6 +200,7 @@ void HostPort::PreDecodeField (int id, Buffer& buffer) throw (DecodeError) if(buffer.GetBitsLeft()) { Unsigned(8).Decode(buffer); SetHypFieldIsPresent (id, 1); Get_portField().SetFormat(Integer::AsciiDecimal); } else { SetHypFieldIsPresent (id, 0); } Loading Loading
codec/c++/sip_codets.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -200,6 +200,7 @@ void HostPort::PreDecodeField (int id, Buffer& buffer) throw (DecodeError) if(buffer.GetBitsLeft()) { Unsigned(8).Decode(buffer); SetHypFieldIsPresent (id, 1); Get_portField().SetFormat(Integer::AsciiDecimal); } else { SetHypFieldIsPresent (id, 0); } Loading