Skip to content

add SIP SerializableLayer support #1216

@Zeg0

Description

@Zeg0

i want to use
gopacket.SerializeLayers function
with
layers.SIP{...}
(https://github.com/google/gopacket/blob/master/layers/sip.go)

but it does not implement the needed method:

cannot use sipLayer (variable of type *layers.SIP) as gopacket.SerializableLayer value in argument to gopacket.SerializeLayers: *layers.SIP does not implement gopacket.SerializableLayer (missing method SerializeTo)

would be nice if you can add this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions