URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=de61f0684d6a1c4c62f770bbdf3efde296599374
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
de61f06 by Guy Harris (guy@xxxxxxxxxxxx):
    The packet encapsulation is in pkt_encap, not rec_type.
    
    rec_type is the type of record (which isn't necessarily a packet; future
    work on libwiretap will let it return non-packet data); if it's a packet
    (REC_TYPE_PACKET), then pkt_encap contains the "link-layer"
    encapsulation for the packet (in quotes because it may contain metadata
    not transmitted over the network).
    
    Change-Id: I6f32b02f4466df6d7b07dbdc9d77e881830ac749
    Reviewed-on: https://code.wireshark.org/review/5645
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  22da8a3   Remove annex_a_used from packet_info structure.
    adds  de61f06   The packet encapsulation is in pkt_encap, not rec_type.
Summary of changes:
 epan/dissectors/packet-mtp2.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)