Ethereal-cvs: [Ethereal-cvs] rev 12910: /trunk/epan/dissectors/: packet-bootp.c packet-smb-sid

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date Prev · Date Next · Thread Prev · Thread Next
Date: Sat, 01 Jan 2005 02:57:12 -0000
User: guy
Date: 2004/12/31 08:57 PM

Log:
 As we've made the tap_specific_data field of a tap_packet_t structure a
 const pointer (so that we don't get complaints when we make the
 tap-specific data argument to "tap_queue_packet()" a const pointer,
 allowing dissectors to hand const data to a tap without a complaint), we
 should make the tap per-packet function take a const pointer as an
 argument as well.  Do so.
 
 In some taps, use _U_, or actually use the argument, rather than
 sticking in dummy "X = X" assignments to fake use of parameters.  (This
 means that the tap functions in question no longer have the notion that
 they act on a particular static structure wired in.)

Directory: /trunk/epan/dissectors/
  Changes    Path                        Action
  +1 -1      packet-bootp.c              Modified
  +3 -3      packet-smb-sidsnooping.c    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +1 -1      tap.h         Modified

Directory: /trunk/gtk/
  Changes    Path                             Action
  +12 -17    ansi_a_stat.c                    Modified
  +13 -18    ansi_map_stat.c                  Modified
  +2 -2      bootp_stat.c                     Modified
  +2 -2      dcerpc_stat.c                    Modified
  +2 -2      fc_stat.c                        Modified
  +24 -28    gsm_a_stat.c                     Modified
  +21 -26    gsm_map_stat.c                   Modified
  +2 -2      h225_counter.c                   Modified
  +2 -2      h225_ras_srt.c                   Modified
  +4 -4      h323_analysis.c                  Modified
  +2 -2      http_stat.c                      Modified
  +1 -1      io_stat.c                        Modified
  +10 -15    isup_stat.c                      Modified
  +2 -2      ldap_stat.c                      Modified
  +2 -2      mgcp_stat.c                      Modified
  +20 -25    mtp3_stat.c                      Modified
  +16 -10    rtp_analysis.c                   Modified
  +1 -1      service_response_time_table.c    Modified
  +1 -1      service_response_time_table.h    Modified
  +2 -2      sip_stat.c                       Modified
  +2 -2      smb_stat.c                       Modified
  +2 -2      wsp_stat.c                       Modified

Directory: /trunk/
  Changes    Path                   Action
  +3 -5      tap-ansi_astat.c       Modified
  +2 -2      tap-bootpstat.c        Modified
  +2 -2      tap-dcerpcstat.c       Modified
  +3 -6      tap-gsm_astat.c        Modified
  +2 -2      tap-h225counter.c      Modified
  +2 -2      tap-h225rassrt.c       Modified
  +2 -2      tap-httpstat.c         Modified
  +2 -2      tap-mgcpstat.c         Modified
  +1 -1      tap-protocolinfo.c     Modified
  +1 -1      tap-protohierstat.c    Modified
  +2 -2      tap-rpcprogs.c         Modified
  +2 -2      tap-rpcstat.c          Modified
  +2 -2      tap-sipstat.c          Modified
  +1 -1      tap-smbsids.c          Modified
  +2 -2      tap-smbstat.c          Modified
  +2 -2      tap-wspstat.c          Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=12910&view=rev