Wireshark-commits: [Wireshark-commits] rev 49949: /trunk/ /trunk/ui/gtk/: iax2_analysis.c main.c pa

Date: Sun, 16 Jun 2013 00:20:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49949

User: guy
Date: 2013/06/15 05:20 PM

Log:
 Have the seek-read routines take a Buffer rather than a guint8 pointer
 as the "where to put the packet data" argument.
 
 This lets more of the libwiretap code be common between the read and
 seek-read code paths, and also allows for more flexibility in the "fill
 in the data" path - we can expand the buffer as needed in both cases.

Directory: /trunk/ui/gtk/
  Changes    Path                    Action
  +2 -1      iax2_analysis.c         Modified
  +4 -2      main.c                  Modified
  +6 -3      packet_list_store.c     Modified
  +31 -30    packet_win.c            Modified
  +1 -1      rlc_lte_graph.c         Modified
  +1 -1      rtp_analysis.c          Modified
  +1 -1      sctp_assoc_analyse.c    Modified
  +1 -1      tcp_graph.c             Modified

Directory: /trunk/
  Changes    Path                  Action
  +1 -1      cfile.h               Modified
  +39 -19    file.c                Modified
  +3 -3      file.h                Modified


(54 files not shown)