Show
Ignore:
Timestamp:
12/21/09 19:05:13 (3 months ago)
Author:
Harald Welte <laforge@…>
git-author:
Harald Welte <laforge@gnumonks.org> / 2009-12-21T19:04:47Z+0100
Parents:
306b7219ac616980b99a78f45b181aa980672d86
Children:
6a22c0135a6ac49d716d38a92c9d9c9a329da980
git-committer:
Harald Welte <laforge@gnumonks.org> / 2009-12-21T19:05:13Z+0100
Message:

fix crash in A-bis OML plugin in recent wireshark versions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wireshark/abis_oml.patch

    ra165a42 r31b0347  
    11Index: wireshark/epan/dissectors/Makefile.common 
    22=================================================================== 
    3 --- wireshark.orig/epan/dissectors/Makefile.common      2009-10-21 23:03:44.000000000 +0200 
    4 +++ wireshark/epan/dissectors/Makefile.common   2009-10-21 23:03:57.000000000 +0200 
    5 @@ -472,6 +472,7 @@ 
     3--- wireshark.orig/epan/dissectors/Makefile.common 
     4+++ wireshark/epan/dissectors/Makefile.common 
     5@@ -474,6 +474,7 @@ 
    66        packet-gsm_a_gm.c               \ 
    77        packet-gsm_a_rp.c               \ 
     
    1313Index: wireshark/epan/dissectors/packet-gsm_abis_oml.c 
    1414=================================================================== 
    15 --- /dev/null   1970-01-01 00:00:00.000000000 +0000 
    16 +++ wireshark/epan/dissectors/packet-gsm_abis_oml.c     2009-10-22 10:06:18.000000000 +0200 
     15--- /dev/null 
     16+++ wireshark/epan/dissectors/packet-gsm_abis_oml.c 
    1717@@ -0,0 +1,1365 @@ 
    1818+/* packet-abis_oml.c 
     
    13781378+       dissector_handle_t abis_oml_handle; 
    13791379+ 
    1380 +       abis_oml_handle = find_dissector("abis_oml"); 
     1380+       abis_oml_handle = create_dissector_handle(dissect_abis_oml, proto_abis_oml); 
    13811381+       dissector_add("lapd.gsm.sapi", LAPD_GSM_SAPI_OM_PROC, abis_oml_handle); 
    13821382+} 
    13831383Index: wireshark/epan/dissectors/packet-gsm_abis_oml.h 
    13841384=================================================================== 
    1385 --- /dev/null   1970-01-01 00:00:00.000000000 +0000 
    1386 +++ wireshark/epan/dissectors/packet-gsm_abis_oml.h     2009-10-21 23:03:57.000000000 +0200 
     1385--- /dev/null 
     1386+++ wireshark/epan/dissectors/packet-gsm_abis_oml.h 
    13871387@@ -0,0 +1,786 @@ 
    13881388+/* GSM Network Management messages on the A-bis interface