http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2159
Summary: packet_gsm_sms.c
Product: Wireshark
Version: 0.99.7
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: shmulik.bezalel@xxxxxxxxx
Build Information:
Version 0.99.7
Copyright 1998-2007 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GTK+ 2.12.3, with GLib 2.14.4, with WinPcap (version unknown),
with libz 1.2.3, with libpcre 6.4, with SMI 0.4.5, with ADNS, with Lua 5.1,
with
GnuTLS 1.6.1, with Gcrypt 1.2.3, with MIT Kerberos, with PortAudio PortAudio
V19-devel, with AirPcap.
Running on Windows XP Service Pack 2, build 2600, with WinPcap version 4.0.2
(packet.dll version 4.0.0.1040), based on libpcap version 0.9.5, without
AirPcap.
Built using Microsoft Visual C++ 6.0 build 8804
Wireshark is Open Source Software released under the GNU General Public
License.
Check the man page and http://www.wireshark.org for more information.
--
ussd string - UCS2 encoed as 7 bit
1. add to config.nmake
!IFDEF ICONV_DIR
ICONV_CONFIG=^#define HAVE_ICONV 1
ICONV_CFLAGS=/I$(ICONV_DIR)\include
ICONV_LIBS=$(ICONV_DIR)\lib\iconv.lib
!ELSE
ICONV_LIBS=
ICONV_CFLAGS=
ICONV_CONFIG=
!ENDIF
2.add in make.nmake line 319
-e "s/@HAVE_ICONV@/$(ICONV_CONFIG)/" \
3.add to epan\Makefile.nmake(line 15) and to
epan\dissectors\Makefile.nmake(line 15)
$(ICONV_CFLAGS)
4.attach file packet-gsm_sms.c * I add ucs2 support (using iconv)
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.