Detect SIP Errors with Wireshark

Поділитися
Вставка
  • Опубліковано 10 лют 2025
  • Create a filter expression button based on the sip.Status-Code field to quickly locate SIP errors in your trace files. This video is also included on the Laura's Lab Kit v11 which is available at www.riverbed.com/wireshark-virtual-tour.

КОМЕНТАРІ • 9

  • @gamophyte
    @gamophyte Рік тому

    omg you saved the day, I kept using == and not understanding why I can't do greater than.

  • @LeonErrante
    @LeonErrante 2 роки тому

    Thanks a lot!! great video!!

  • @assadmoney
    @assadmoney 6 років тому +5

    Hi Laura,
    Could you please post a video by dissecting the SDP/SIP protocol going through the contents of its message body etc. This is to gain a deeper understanding on the contents of the packets.

    • @LauraChappellLab
      @LauraChappellLab  5 років тому +2

      Got it and placed it on the "Development List" here at our office.

  • @gamophyte
    @gamophyte Рік тому

    Laura, -how might you do a range?- (Edit: Never mind, found it.)
    I'm used to ports ranges with two dots but not sure about reponses.
    I guess I can do *sip.Status-Code > 199 && sip.Status-Code < 300* for 2XX but know of one line?

    • @gamophyte
      @gamophyte Рік тому

      omg I thought I was deep into wireshark as it was but I literally just now found out you can right click the display filter to find a builder! I now have *any sip.Status-Code in {200..299}*

    • @gamophyte
      @gamophyte Рік тому

      Okay well now I must admit this was to colorize packets. I realized it would be more useful to color specific types of responses to match the request method. Like both OPTIONS and 200 OK (OPTIONS) light yellow. I realized it's not good to go blanket all 4xx red for instance because 401 is so regular it shouldn't be bleeding eye red. Okay now I'm on the right path, thanks!

  • @sayyadmujaffar747
    @sayyadmujaffar747 2 роки тому +1

    Awesome