Wireshark-commits: [Wireshark-commits] rev 23715: /trunk-0.99.7/ /trunk-0.99.7/epan/crypt/: airpdca

Date: Mon, 03 Dec 2007 21:41:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23715

User: gerald
Date: 2007/12/03 09:41 PM

Log:
 Copy more revisions from the trunk. For 23577, leave the default to "no".
 
 ------------------------------------------------------------------------
 r23577 | stig | 2007-11-24 17:48:01 -0800 (Sat, 24 Nov 2007) | 2 lines
 
 Corrected setting of "warnings_as_errors_default".
 
 ------------------------------------------------------------------------
 r23634 | sahlberg | 2007-11-27 17:20:46 -0800 (Tue, 27 Nov 2007) | 6 lines
 Changed paths:
    M /trunk/epan/crypt/airpdcap.c
 
 we must include config.h or else NEED_G_ASCII_STRCASECMP_H will never be 
 defined
 
 we must also include g_ascii_strcasecmp.h from the parent directory
 
 
 ------------------------------------------------------------------------
 r23635 | sahlberg | 2007-11-27 17:21:33 -0800 (Tue, 27 Nov 2007) | 3 lines
 
 we must include glib.h so we know what gchar and gsize is
 
 
 ------------------------------------------------------------------------
 r23636 | sahlberg | 2007-11-27 17:23:09 -0800 (Tue, 27 Nov 2007) | 3 lines
 Changed paths:
    M /trunk/gtk/capture_if_dlg.c
    M /trunk/gtk/decode_as_dlg.c
    M /trunk/gtk/expert_comp_table.c
    M /trunk/gtk/gui_utils.c
    M /trunk/gtk/main.c
    M /trunk/gtk/menu.c
    M /trunk/gtk/prefs_dlg.c
    M /trunk/gtk/recent.c
 
 fix the path to include g_ascii_strcasecmp.h
 
 
 ------------------------------------------------------------------------
 r23638 | sahlberg | 2007-11-27 17:31:23 -0800 (Tue, 27 Nov 2007) | 3 lines
 
 some more path fixes for g_ascii_strcasecmp.h
 
 
 ------------------------------------------------------------------------
 r23687 | stig | 2007-11-30 07:55:28 -0800 (Fri, 30 Nov 2007) | 6 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-rpl.c
 
 From Florent DROUIN:
 There is a new check for the length, and the reported_length is added to the
 offset, instead of the "theorical" length of the element.
 
 This fixes bug 2052.
 
 ------------------------------------------------------------------------
 r23688 | stig | 2007-11-30 08:01:08 -0800 (Fri, 30 Nov 2007) | 5 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ansi_a.c
 
 From Florent DROUIN:
 I just add a test for the index, to check we are in the element table.
 
 This fixes bug 2051.
 
 ------------------------------------------------------------------------
 r23689 | sake | 2007-11-30 10:55:34 -0800 (Fri, 30 Nov 2007) | 3 lines
 Changed paths:
    M /trunk/gtk/graph_analysis.c
 
 Give the flow graph window the correct title.
 
 ------------------------------------------------------------------------
 r23695 | sake | 2007-11-30 18:10:03 -0800 (Fri, 30 Nov 2007) | 5 lines
 Changed paths:
    M /trunk/gtk/graph_analysis.c
 
 After taking a closer look at SVN 23089, I believe it was intended only to add the 
 file-name to the window title and not change the rest of the name.
 (the graph window is both used from "Flow Graph" and from "VoIP calls")
 
 ------------------------------------------------------------------------

Directory: /trunk-0.99.7/epan/crypt/
  Changes    Path          Action
  +5 -1      airpdcap.c    Modified

Directory: /trunk-0.99.7/epan/dissectors/
  Changes    Path               Action
  +26 -1     packet-ansi_a.c    Modified
  +8 -3      packet-rpl.c       Modified

Directory: /trunk-0.99.7/docbook/
  Changes    Path                 Action
  +12 -0     release-notes.xml    Modified

Directory: /trunk-0.99.7/gtk/
  Changes    Path                   Action
  +1 -1      capture_if_dlg.c       Modified
  +1 -1      decode_as_dlg.c        Modified
  +1 -1      expert_comp_table.c    Modified
  +1 -1      graph_analysis.c       Modified
  +1 -1      gui_utils.c            Modified
  +1 -1      main.c                 Modified
  +1 -1      menu.c                 Modified


(10 files not shown)