Ethereal-cvs: [Ethereal-cvs] rev 17038: /trunk/epan/dissectors/: packet-ber.c packet-bootp.c p

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

Date: Mon, 16 Jan 2006 07:59:47 GMT
User: jmayer
Date: 2006/01/16 01:59 AM

Log:
 done:
 
 packet-ntp.c: Rather confused and incorrect use of g_snprintf return value
 packet-pim.c: whitespace change
 packet-icmpv6.c: g_snprintf takes trailing \0 into account, fix off by 1 error
 packet-clnp.c: Fix incorrect use of g_snprintf return value
 packet-isakmp.c: g_snprintf takes trailing \0 into account
 packet-tr.c: Fix incorrect use of g_snprintf return value
 packet-radius.c: Fix incorrect use of g_snprintf return value
 packet-radius.h: constify a string variable
 packet-ldap.c: The return value isn't needed, so don't use it incorrectly
 packet-tcp.c: Fix incorrect use of g_snprintf return value
 packet-windows-common.c: Remove unneeded DISSECTOR_ASSERT
 packet-smb-sidsnooping.c: g_snprintf takes trailing \0 into account
 packet-pvfs2.c: g_snprintf takes trailing \0 into account
 packet-ptp.c: Remove #include snprintf
 packet-ppp.c: Fix incorrect use of g_snprintf return value
 packet-ospf.c: Fix incorrect use of g_snprintf return value
 packet-mip6.c: snprintf -> g_snprintf
 packet-bootp.c: Remove a commented out bad use of g_snprintf
 packet-ber.c: snprintf -> g_snprintf, g_snprintf takes trailing \0 into account
 
 2do:
 
      52 packet-ieee80211.c: 2DO
       2 packet-nfs.c: 2DO - too many side effects
      33 packet-bgp.c: 2DO
      18 packet-dns.c: 2DO
      14 packet-dcm.c: 2DO
      13 packet-x11.c: 2DO
      11 packet-kerberos.c: 2DO
      10 packet-diameter.c: 2DO
       9 packet-snmp.c: 2DO
       9 packet-pgm.c: 2DO
       7 packet-nbns.c: 2DO
       6 packet-fcswils.c: 2DO
       5 packet-wccp.c: 2DO
       5 packet-cops.c: 2DO
       4 packet-wtp.c: 2DO

Directory: /trunk/epan/dissectors/
  Changes    Path                        Action
  +1 -1      packet-ber.c                Modified
  +0 -3      packet-bootp.c              Modified
  +11 -7     packet-clnp.c               Modified
  +1 -2      packet-icmpv6.c             Modified
  +0 -3      packet-isakmp.c             Modified
  +1 -1      packet-ldap.c               Modified
  +1 -1      packet-mip6.c               Modified
  +9 -11     packet-ntp.c                Modified
  +5 -2      packet-ospf.c               Modified
  +1 -1      packet-pim.c                Modified
  +5 -3      packet-ppp.c                Modified
  +0 -4      packet-ptp.c                Modified
  +1 -1      packet-pvfs2.c              Modified
  +18 -11    packet-radius.c             Modified
  +1 -1      packet-radius.h             Modified
  +1 -2      packet-smb-sidsnooping.c    Modified
  +4 -2      packet-tcp.c                Modified
  +2 -0      packet-tr.c                 Modified
  +2 -3      packet-windows-common.c     Modified



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