Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-mapi.c packet-fc.c packet-fcip

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 28 Jan 2003 17:56:43 -0600 (CST)
guy         2003/01/28 17:56:43 CST

  Modified files:
    .                    packet-dcerpc-mapi.c packet-fc.c 
                         packet-fcip.c packet-gtp.c packet-ip.c 
                         packet-iscsi.c packet-lmp.c packet-mtp3.c 
                         packet-nlm.c packet-ppp.c packet-rsvp.c 
                         packet-tcp.c packet-udp.c prefs.c 
  Log:
  Panic if a preference starts with the name of the module to which it
  belongs, as that's redundant.
  
  Fix a bunch of cases where that was done, and map the old name to the
  new name.
  
  Instead of marking "mtp3.mtp3_standard" as obsolete, map it to
  "mtp3.standard".
  
  Revision  Changes    Path
  1.16      +2 -2      ethereal/packet-dcerpc-mapi.c
  1.3       +4 -3      ethereal/packet-fc.c
  1.3       +3 -3      ethereal/packet-fcip.c
  1.51      +8 -8      ethereal/packet-gtp.c
  1.183     +2 -2      ethereal/packet-ip.c
  1.43      +2 -2      ethereal/packet-iscsi.c
  1.15      +2 -2      ethereal/packet-lmp.c
  1.14      +1 -4      ethereal/packet-mtp3.c
  1.34      +2 -2      ethereal/packet-nlm.c
  1.107     +15 -15    ethereal/packet-ppp.c
  1.80      +2 -2      ethereal/packet-rsvp.c
  1.171     +4 -4      ethereal/packet-tcp.c
  1.106     +2 -2      ethereal/packet-udp.c
  1.94      +94 -14    ethereal/prefs.c