ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 24717: /trunk-1.0/ /trunk-1.0/epan/dfilter/: dfilter-int

Date: Sun, 23 Mar 2008 02:42:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24717

User: gerald
Date: 2008/03/23 02:42 AM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r24702 | wmeier | 2008-03-19 14:09:31 -0700 (Wed, 19 Mar 2008) | 5 lines
 Changed paths:
    M /trunk/epan/oids.c
 
 Windows: use free() only if vc6 (as suggested by Peter Johansson);
 Thus standard Windows Wireshark release will not have memory leak here.
 Assumption: Wireshark Windows libsmi.dll built with vc6.
 This solution is temporary.
 
 ------------------------------------------------------------------------
 r24703 | gerald | 2008-03-19 17:30:47 -0700 (Wed, 19 Mar 2008) | 2 lines
 
 Use libgmodule-2.0-0.dll 2.14.5 for the GTK+1 version of Wireshark.
 
 ------------------------------------------------------------------------
 r24704 | gerald | 2008-03-20 12:18:33 -0700 (Thu, 20 Mar 2008) | 7 lines
 Changed paths:
    M /trunk/dumpcap.c
 
 Don't call cap_set_proc() unless we were started with elevated
 privileges.  Otherwise, we might print
 
 dumpcap: cap_set_proc() fail return: Operation not permitted
 
 to stderr.
 
 ------------------------------------------------------------------------
 r24705 | etxrab | 2008-03-20 13:41:23 -0700 (Thu, 20 Mar 2008) | 1 line
 Changed paths:
    M /trunk/Makefile.nmake
 
 Get the Windows build going again.
 ------------------------------------------------------------------------
 r24706 | jake | 2008-03-20 17:39:03 -0700 (Thu, 20 Mar 2008) | 1 line
 Changed paths:
    M /trunk/docbook/developer-guide.xml
    M /trunk/docbook/user-guide.xml
 
 Clean up outer docbook files for 1.0.0.
 ------------------------------------------------------------------------
 r24710 | etxrab | 2008-03-21 09:10:47 -0700 (Fri, 21 Mar 2008) | 4 lines
 Changed paths:
    M /trunk/epan/dfilter/dfilter-int.h
    M /trunk/epan/dtd_parse.h
    M /trunk/plugins/mate/mate_parser.l
 
 In glib 2.16 g_malloc   Changed from:
 - gpointer g_malloc         (gulong      n_bytes) G_GNUC_MALLOC;
 to:
 + gpointer g_malloc         (gsize       n_bytes) G_GNUC_MALLOC;
 ------------------------------------------------------------------------
 r24715 | sfisher | 2008-03-21 22:50:19 -0700 (Fri, 21 Mar 2008) | 4 lines
 Changed paths:
    M /trunk/gtk/follow_ssl.c
    M /trunk/gtk/follow_stream.c
    M /trunk/gtk/follow_stream.h
    M /trunk/gtk/follow_udp.c
 
 Fix bug #1212: Follow SSL/UDP Stream gets direction wrong ...
 
 ------------------------------------------------------------------------

Directory: /trunk-1.0/epan/dfilter/
  Changes    Path             Action
  +5 -0      dfilter-int.h    Modified

Directory: /trunk-1.0/docbook/
  Changes    Path                   Action
  +1 -6      developer-guide.xml    Modified
  +5 -7      user-guide.xml         Modified

Directory: /trunk-1.0/epan/
  Changes    Path           Action
  +4 -0      dtd_parse.h    Modified
  +30 -16    oids.c         Modified

Directory: /trunk-1.0/gtk/
  Changes    Path               Action
  +30 -20    follow_ssl.c       Modified
  +1 -0      follow_stream.c    Modified
  +1 -1      follow_stream.h    Modified
  +29 -18    follow_udp.c       Modified

Directory: /trunk-1.0/plugins/mate/
  Changes    Path             Action
  +4 -0      mate_parser.l    Modified


(5 files not shown)