Wireshark-commits: [Wireshark-commits] rev 33896: /trunk-1.4/ /trunk-1.4/epan/dissectors/: packet-b

Date: Mon, 23 Aug 2010 21:15:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33896

User: gerald
Date: 2010/08/23 02:15 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r33832 | dimeg | 2010-08-17 14:35:26 -0700 (Tue, 17 Aug 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-bssap.c
 
 The Mobile Status msg in BSSAP+ has IMSI as first possible IE
 ------------------------------------------------------------------------
 r33880 | gerald | 2010-08-21 17:41:06 -0700 (Sat, 21 Aug 2010) | 2 lines
 Changed paths:
    M /trunk/packaging/portableapps/win32/makenmake.pl
 
 Add !ENDIF if needed.
 ------------------------------------------------------------------------
 r33887 | stig | 2010-08-23 02:17:03 -0700 (Mon, 23 Aug 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-zbee-zcl.c
 
 Fix for attribute boolean, from bug 5127.
 ------------------------------------------------------------------------
 r33876 | wmeier | 2010-08-21 06:48:52 -0700 (Sat, 21 Aug 2010) | 2 lines
 Changed paths:
    M /trunk/config.h.win32
 
 New packet list is no longer experimental.
 ------------------------------------------------------------------------
 
 
 Copy over by hand:
 ------------------------------------------------------------------------
 r33888 | wmeier | 2010-08-23 07:08:35 -0700 (Mon, 23 Aug 2010) | 22 lines
 Changed paths:
    M /trunk/gtk/new_packet_list.c
 
 new_packet_list_column_button_pressed_cb(): return gboolean (not void): it's an event callback;
 Note:
  the original code:
    static void new_packet_list_column_button_pressed_cb() {
      ...
      packet_list_popup(...);
      }
  the revised code:
    static gboolean new_packet_list_column_button_pressed_cb() {
      ...
      return packet_list_popup(...);
      }
 
  My guess is that the original code happened to work 
  on some?/all? supported platforms depending upon the actual
  details of the generated calling_sequence/return code.
 ---------------
 Also: 
 - new_packet_list_column_button_pressed_cb(): 'path' arg is unused;
 - new_packet_list_double_click_cb(): user_data arg is unused so 
   don't supply same in the g_signal_connect.
 ------------------------------------------------------------------------
 r33541 | guy | 2010-07-15 12:43:01 -0700 (Thu, 15 Jul 2010) | 3 lines
 Changed paths:
    M /trunk/Makefile.am
    M /trunk/configure.in
 
 Only link programs that call stuff in Application Services or Core
 Foundation with those frameworks.
 ------------------------------------------------------------------------

Directory: /trunk-1.4/epan/dissectors/
  Changes    Path                 Action
  +1 -1      packet-bssap.c       Modified
  +1 -2      packet-zbee-zcl.c    Modified

Directory: /trunk-1.4/doc/
  Changes    Path           Action
  +38 -3     Makefile.am    Modified
  +37 -0     dftest.pod     Added
  +100 -0    randpkt.pod    Added

Directory: /trunk-1.4/gtk/
  Changes    Path                 Action
  +4 -6      new_packet_list.c    Modified

Directory: /trunk-1.4/
  Changes    Path              Action
  +1 -1      Makefile.am       Modified
  +1 -1      config.h.win32    Modified
  +6 -0      configure.in      Modified

Directory: /trunk-1.4/packaging/portableapps/win32/
  Changes    Path            Action
  +5 -0      makenmake.pl    Modified