Wireshark-commits: [Wireshark-commits] rev 29703: /trunk-1.2/ /trunk-1.2/epan/dfilter/: dfilter.c /

Date: Fri, 04 Sep 2009 21:35:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29703

User: gerald
Date: 2009/09/04 02:35 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r29403 | krj | 2009-08-13 05:17:20 -0700 (Thu, 13 Aug 2009) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
 Make sure that we find the "data" dissector during handoff else we might crash if the received payload was less than 2 bytes.
 
 Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3893
 ------------------------------------------------------------------------
 r29456 | krj | 2009-08-17 10:19:31 -0700 (Mon, 17 Aug 2009) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-dect.c
 
 setbit() is (AFAIK) defined in <sys/param.h> (OpenBSD) so rename to dect_setbit() to avoid clash. getbit() is also renamed for consistency.
 
 Fixes the issue reported by Stan: http://www.wireshark.org/lists/wireshark-users/200908/msg00128.html
 ------------------------------------------------------------------------
 r29457 | jake | 2009-08-17 12:10:19 -0700 (Mon, 17 Aug 2009) | 2 lines
 Changed paths:
    M /trunk/gtk/graph_analysis.c
 
 Change window_new() to dlg_window_new() and destroy the window with the top level window.
 ------------------------------------------------------------------------
 r29468 | jake | 2009-08-18 10:36:30 -0700 (Tue, 18 Aug 2009) | 2 lines
 Changed paths:
    M /trunk/gtk/rtp_player.c
 
 Properly handle closing/destruction of RTP player window.
 ------------------------------------------------------------------------
 r29472 | etxrab | 2009-08-19 02:32:56 -0700 (Wed, 19 Aug 2009) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
 From   Jan L?\195?\188bbe:
 packet-gsm_a_rr.c: flip gsm_a_rr_mv_vals, 0 means vaild.
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3915
 ------------------------------------------------------------------------
 r29498 | tuexen | 2009-08-21 13:10:51 -0700 (Fri, 21 Aug 2009) | 3 lines
 Changed paths:
    M /trunk/gtk/sctp_graph_dlg.c
    M /trunk/gtk/sctp_stat.c
 
 From Irene Ruengeler: Fix two bugs regarding plotted TSNs reported by
 Christian Constantin.
 ------------------------------------------------------------------------
 r29520 | tuexen | 2009-08-23 04:30:54 -0700 (Sun, 23 Aug 2009) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-sctp.c
    M /trunk/epan/sctpppids.h
 
 Update list of PPIDs.
 This fixes bug 3928.
 ------------------------------------------------------------------------
 r29549 | etxrab | 2009-08-25 10:22:32 -0700 (Tue, 25 Aug 2009) | 5 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-gsm_a_rr.c
 
 From Mike Morrin:
 Minor errors in gsm rr dissectors
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3889
 
 Modified accoring to comments from Pascal Quantin(I hope I got it right).
 ------------------------------------------------------------------------
 r29535 | etxrab | 2009-08-24 02:05:23 -0700 (Mon, 24 Aug 2009) | 14 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-tcp.c
 
 From: : " Michael"
 
 packet-tcp marks a row as unwritable if there is more
 than 1 PDU in a packet to prevent overwriting of the
 protocol column.
 
 However this breaks the proto,colinfo tap which checks
 rows are writable or dies EVEN if it doesn't alter anything.
 
 Suggested patch attached to restore the initial value
 after all PDUs have been processed.
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3675
 ------------------------------------------------------------------------
 r29536 | etxrab | 2009-08-24 02:29:05 -0700 (Mon, 24 Aug 2009) | 1 line
 Changed paths:
    M /trunk/epan/dissectors/packet-tcp.c
 
 packet-tcp.c:1551: warning: 'cleared_writable' may be used uninitialized in this function
 ------------------------------------------------------------------------
 r29598 | wmeier | 2009-08-28 09:36:24 -0700 (Fri, 28 Aug 2009) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-netflow.c
 
 Don't coerce a possibly unaligned ptr to a (guint32 *);
 Also: Calculate the same template hash whether on a LE or BE machine.
 ------------------------------------------------------------------------
 r29599 | wmeier | 2009-08-28 09:52:05 -0700 (Fri, 28 Aug 2009) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-dcm.c
 
 Fix possible memmove with a NULL poiunter.
 ------------------------------------------------------------------------
 r29600 | wmeier | 2009-08-28 11:37:53 -0700 (Fri, 28 Aug 2009) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ipmi-transport.c
 
 Fix if test in fcn rs11():
 return if either (as opposed to both) of the required sparameters is not present;
 (Found by clang scan-build).
 ------------------------------------------------------------------------
 r29601 | wmeier | 2009-08-28 12:15:43 -0700 (Fri, 28 Aug 2009) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-dcerpc.c
 
 Fix code which could access uninitialized variables and display incorrect text in COL_INFO.
 (Found by clang scan-build).
 ------------------------------------------------------------------------
 r29491 | krj | 2009-08-21 04:31:21 -0700 (Fri, 21 Aug 2009) | 1 line
 Changed paths:
    M /trunk/epan/dfilter/dfilter.c
 
 Handle a text NULL pointer more gracefully
 ------------------------------------------------------------------------
 r29656 | krj | 2009-09-01 11:16:55 -0700 (Tue, 01 Sep 2009) | 12 lines
 Changed paths:
    M /trunk/epan/addr_resolv.c
    M /trunk/epan/dfilter/dfilter.c
    M /trunk/epan/proto.c
    M /trunk/gtk/filter_dlg.c
 
 From Jakub Zawadzki via. Bug 3330:
 
 * Fix memleak (df->deprecated in dfilter_free())
 * Free protocol hash tables on cleanup.
 * Free protocols list on cleanup.
 * Free memory allocated by fgetline() in parse_services_file()
 
 From me:
 
 * proto.c: set gmc_hfinfo to NULL after free
 * proto.c: switch order of g_free() and g_list_remove() in proto_cleanup()
 ------------------------------------------------------------------------
 r29678 | krj | 2009-09-02 12:56:39 -0700 (Wed, 02 Sep 2009) | 1 line
 Changed paths:
    M /trunk/gtk/menus.c
 
 Make sure that we deactivate before activating in menu_recent_read_finished(). This fixes a crash due to recent.gui_time_format being invalid (-1). Please review whether this is a correct fix
 ------------------------------------------------------------------------
 
 
 Copy over revisions by hand:
 
 ------------------------------------------------------------------------
 r29394 | krj | 2009-08-12 08:12:19 -0700 (Wed, 12 Aug 2009) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-gtpv2.c
 
 From William Preston via. 3549:
 
 A typo in 2 of the field names causes the apn not to be displayed.
 ------------------------------------------------------------------------
 r29462 | etxrab | 2009-08-18 04:39:55 -0700 (Tue, 18 Aug 2009) | 1 line
 Changed paths:
    M /trunk/asn1/nbap/nbap.cnf
    M /trunk/asn1/ranap/ranap.cnf
    M /trunk/asn1/s1ap/s1ap.cnf
    M /trunk/epan/dissectors/packet-nbap.c
    M /trunk/epan/dissectors/packet-ranap.c
    M /trunk/epan/dissectors/packet-s1ap.c
 
 Typo: parameter_tvb to be used.
 ------------------------------------------------------------------------
 r29482 | etxrab | 2009-08-20 00:26:16 -0700 (Thu, 20 Aug 2009) | 5 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-gsm_a_common.h
    M /trunk/epan/dissectors/packet-gsm_a_gm.c
    M /trunk/epan/dissectors/packet-gsm_a_rr.c
    M /trunk/epan/dissectors/packet-gtpv2.c
    M /trunk/epan/dissectors/packet-nas_eps.c
 
 From Harald Welte :
 Connect RRLP to GSM A DTAP application info message.
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3919
 
 From me try to fix missuse of pinfo.
 ------------------------------------------------------------------------
 r29641 | tuexen | 2009-08-31 12:13:50 -0700 (Mon, 31 Aug 2009) | 3 lines
 Changed paths:
    M /trunk/dumpcap.c
 
 Use a timeout of a second for Mac OS X, when building
 a 64-bit application. Workaround a bug in Mac OS X...
 ------------------------------------------------------------------------
 r29654 | krj | 2009-09-01 10:09:36 -0700 (Tue, 01 Sep 2009) | 4 lines
 Changed paths:
    M /trunk/epan/proto.c
    M /trunk/gtk/menus.c
    M /trunk/print.c
 
 From Richard Brodie via. Bug 3913:
 
 Free ptr array allocated through proto_find_finfo()
 ------------------------------------------------------------------------
 r29679 | stig | 2009-09-02 14:04:41 -0700 (Wed, 02 Sep 2009) | 2 lines
 Changed paths:
    M /trunk/gtk/menus.c
 
 Also deactivate and activate menu for recent.gui_time_precision.
 ------------------------------------------------------------------------
 
 Update the release notes.

Directory: /trunk-1.2/epan/dfilter/
  Changes    Path          Action
  +20 -1     dfilter.c     Modified

Directory: /trunk-1.2/epan/dissectors/
  Changes    Path                       Action
  +14 -12    packet-dcerpc.c            Modified
  +4 -2      packet-dcm.c               Modified
  +3 -3      packet-dect.c              Modified
  +3 -3      packet-gsm_a_common.h      Modified
  +3 -5      packet-gsm_a_gm.c          Modified
  +97 -21    packet-gsm_a_rr.c          Modified
  +5 -3      packet-gtpv2.c             Modified
  +1 -1      packet-ipmi-transport.c    Modified
  +4 -0      packet-nas_eps.c           Modified
  +330 -330  packet-nbap.c              Modified


(20 files not shown)