Nevermind. I have found it. It is in packet-skinny.c:

static const value_string mediaPayloads[] = {
  {1   , "Non-standard codec"},
  {2   , "G.711 A-law 64k"},
  {3   , "G.711 A-law 56k"},
  {4   , "G.711 u-law 64k"},
  {5   , "G.711 u-law 56k"},
  {6   , "G.722 64k"},
  {7   , "G.722 56k"},
  {8   , "G.722 48k"},
  {9   , "G.723.1"},
  {10  , "G.728"},
  {11  , "G.729"},
  {12  , "G.729 Annex A"},
  {13  , "IS11172 AudioCap"},   /* IS11172 is an ISO MPEG standard */
  {14  , "IS13818 AudioCap"},   /* IS13818 is an ISO MPEG standard */
  {15  , "G.729 Annex B"},
  {16  , "G.729 Annex A+Annex B"},
  {18  , "GSM Full Rate"},
  {19  , "GSM Half Rate"},
  {20  , "GSM Enhanced Full Rate"},
  {25  , "Wideband 256k"},
  {32  , "Data 64k"},
  {33  , "Data 56k"},
  {80  , "GSM"},
  {81  , "ActiveVoice"},
  {82  , "G.726 32K"},
  {83  , "G.726 24K"},
  {84  , "G.726 16K"},
  {85  , "G.729B"},
  {86  , "G.729B Low Complexity"},
        {100 , "H261"},
        {101 , "H263"},
        {102 , "Vieo"},
        {105 , "T120"},
        {106 , "H224"},
        {257 , "RFC2833_DynPayload"},
  {0  , NULL}
};


María de Fátima Requena Cabot (2488)
+34 91 787 23 00 alhambra-eidos.es
 

-----Mensaje original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Maria de Fatima 
Requena
Enviado el: lunes, 07 de abril de 2008 17:12
Para: Developer support list for Wireshark
Asunto: [Wireshark-dev] skinny codecs

Hi all

When capturing skinny packets, in OpenReceiveChannel message, if you look at 
PayloadCapability field using G711, it says '(4)' which is its current 
hexadecimal value.

Where could I find a table or smth to know the relationship between numeric 
codes and actual codecs?


María de Fátima Requena Cabot (2488)
+34 91 787 23 00 alhambra-eidos.es
 

_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev
_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to