Wireshark-commits: [Wireshark-commits] rev 27975: /trunk-1.0/ /trunk-1.0/asn1/ansi_map/: ansi_map.a
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27975
User: gerald
Date: 2009/04/06 11:56 AM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r27682 | gerald | 2009-03-09 13:52:24 -0700 (Mon, 09 Mar 2009) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-netflow.c
Make sure our offset increases, otherwise we'll go into a large loop.
------------------------------------------------------------------------
r27691 | jake | 2009-03-10 23:03:31 -0700 (Tue, 10 Mar 2009) | 2 lines
Changed paths:
M /trunk/epan/plugins.c
From Jakub Zawadzki:
Fix small memory leak when running from build directory.
------------------------------------------------------------------------
r27831 | etxrab | 2009-03-23 10:30:38 -0700 (Mon, 23 Mar 2009) | 2 lines
Changed paths:
M /trunk/asn1/ansi_map/ansi_map.asn
M /trunk/epan/dissectors/packet-ansi_map.c
Fix: The AuthDir invoke is missing optional tags for a couple of parameters.
and FeatReq invoke fixes.
------------------------------------------------------------------------
r27836 | etxrab | 2009-03-23 14:24:04 -0700 (Mon, 23 Mar 2009) | 3 lines
Changed paths:
M /trunk/asn1/ansi_map/ansi_map.asn
M /trunk/epan/dissectors/packet-ansi_map.c
From Michael Lum:
ANSI MAP FeatureRequest update
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3349
------------------------------------------------------------------------
r27858 | etxrab | 2009-03-26 23:59:15 -0700 (Thu, 26 Mar 2009) | 1 line
Changed paths:
M /trunk/asn1/ansi_map/ansi_map.asn
M /trunk/epan/dissectors/packet-ansi_map.c
In informationDirective use MSID instead of mobileIdentificationNumber.
------------------------------------------------------------------------
r27923 | etxrab | 2009-04-01 09:21:00 -0700 (Wed, 01 Apr 2009) | 11 lines
Changed paths:
M /trunk/asn1/ansi_map/ansi_map.asn
M /trunk/epan/dissectors/packet-ansi_map.c
According to the section 2.4 of the spec.
http://www.3gpp2.org/Public_html/specs/X.S0004-540-E_v2.0_070723.pdf
mandatory parameters for the message Authentication Failure Report.
1. Electronic serial number
2. MSID(i.e MIN/IMSI)
3.Report Type
4.System Access Type
5.System Capabilities(Serving)
------------------------------------------------------------------------
r27902 | jake | 2009-03-30 13:05:42 -0700 (Mon, 30 Mar 2009) | 2 lines
Changed paths:
M /trunk/AUTHORS
Change of metatech email address.
------------------------------------------------------------------------
r27918 | gerald | 2009-03-31 15:51:59 -0700 (Tue, 31 Mar 2009) | 4 lines
Changed paths:
M /trunk/wiretap/k12.c
Add a check to make sure we don't try to allocate a huge buffer. If
we get an improper buffer length, throw an error instead of
aborting. Clean up the debugging code.
------------------------------------------------------------------------
Copy over revisions with manual intervention:
------------------------------------------------------------------------
r27661 | wmeier | 2009-03-08 15:12:13 -0700 (Sun, 08 Mar 2009) | 11 lines
Changed paths:
M /trunk/wsutil/file_util.c
Fix ws_stdio_unlink so it works properly on WIndows for all Unicode filenames.
- Essentially: ws_stdio_unlink would fail trying to delete
any path\filename containing a Unicode character which could not be mapped
to the "system codepage" (ie: to a character encoded with a value of 1-255).
For example: ws_stdio_unlink was not able to delete a path\filename
containing the character U+210B.
- The problem: A copy/paste of the wrong (non-Windows) portion of the GLib
g_unlink code was done when file_util.c was created.
- The solution: replace the ws_stdio_unlink code with the correct code
copied from the Glib g_unlink function.
------------------------------------------------------------------------
r27662 | wmeier | 2009-03-08 15:19:49 -0700 (Sun, 08 Mar 2009) | 3 lines
Changed paths:
M /trunk/gtk/file_dlg_win32.c
Fix File ! Save As on Windows to properly delete an existing file even if the
path\filename contains non-ascii characters.
------------------------------------------------------------------------
r27674 | wmeier | 2009-03-09 06:59:41 -0700 (Mon, 09 Mar 2009) | 8 lines
Changed paths:
M /trunk/gtk/file_dlg_win32.c
Fix File ! Export ! Selected Bytes [Windows] crash which
occurred if the file path\filename contained non-ascii characters.
1. Use ws_open() [not open()] so UTF8 path\filenames properly
converted to UTF16 before the open;
2. If the open/write/close failed, fix crash due to NULL
filename pointer used when trying to popup an error message box.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.0/asn1/ansi_map/
Changes Path Action
+54 -68 ansi_map.asn Modified
Directory: /trunk-1.0/epan/dissectors/
Changes Path Action
+111 -88 packet-ansi_map.c Modified
+1 -1 packet-netflow.c Modified
Directory: /trunk-1.0/docbook/
Changes Path Action
+5 -0 release-notes.xml Modified
Directory: /trunk-1.0/epan/
Changes Path Action
+7 -6 plugins.c Modified
Directory: /trunk-1.0/gtk/
Changes Path Action
+14 -10 win32-file-dlg.c Modified
Directory: /trunk-1.0/
Changes Path Action
+1 -1 AUTHORS Modified
Directory: /trunk-1.0/wiretap/
Changes Path Action
+4 -4 file_util.c Modified
+10 -5 k12.c Modified