ulfl | 1 Feb 2005 01:52
Favicon

rev 13220: /trunk/epan/dissectors/: packet-juniper.c

User: ulfl
Date: 2005/01/31 06:51 PM

Log:
 removed MSVC warnings:
 packet-juniper.c(262) : warning C4761: integral size mismatch in argument; conversion supplied
 packet-juniper.c(289) : warning C4761: integral size mismatch in argument; conversion supplied

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +2 -2      packet-juniper.c    Modified

http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13220&view=rev
ulfl | 1 Feb 2005 01:53
Favicon

rev 13221: /trunk/epan/dissectors/: packet-redback.c packet-rmt-fec.c

User: ulfl
Date: 2005/01/31 06:52 PM

Log:
 removed MSVC warnings:
 packet-redback.c(63) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ',
possible loss of data
 packet-redback.c(64) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ',
possible loss of data
 packet-redback.c(65) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ',
possible loss of data
 packet-rmt-fec.c(108) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ',
possible loss of data

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +3 -3      packet-redback.c    Modified
  +1 -1      packet-rmt-fec.c    Modified

http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13221&view=rev
guy | 1 Feb 2005 06:20
Favicon

rev 13222: /trunk/epan/dissectors/: packet-atm.c

User: guy
Date: 2005/01/31 11:19 PM

Log:
 If the VCI and payload type indicate that a cell is an OAM cell, dissect
 it as such.

 Clear the Info column when dissecting cells for an AAL we handle before
 dissecting the cell, and set the Info column for OAM cells.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +30 -2     packet-atm.c    Modified

http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13222&view=rev
guy | 1 Feb 2005 06:21
Favicon

rev 13223: /trunk/epan/dissectors/: packet-dcerpc-netlogon.c packet-dcerpc-nt.c packet-dcerpc-nt.h

User: guy
Date: 2005/01/31 11:21 PM

Log:
 Move "dissect_nt_GUID()" into "packet-dcerpc-nt.c", as it's used by the
 LSA dissector as well, and declare it in "packet-dcerpc-nt.h".

Directory: /trunk/epan/dissectors/
  Changes    Path                        Action
  +0 -15     packet-dcerpc-netlogon.c    Modified
  +17 -0     packet-dcerpc-nt.c          Modified
  +6 -0      packet-dcerpc-nt.h          Modified

http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13223&view=rev
guy | 1 Feb 2005 12:12
Favicon

rev 13224: /trunk/epan/dissectors/: packet-diameter-defs.h

User: guy
Date: 2005/02/01 05:11 AM

Log:
 Add some comments noting issues with some of the items in here.

Directory: /trunk/epan/dissectors/
  Changes    Path                      Action
  +14 -0     packet-diameter-defs.h    Modified

http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13224&view=rev
lroland | 1 Feb 2005 13:13
Favicon

rev 13225: /trunk/epan/dissectors/: packet-h225.c packet-h225.h packet-h245.c packet-h245.h packet-isup.c packet-isup.h packet-q931.c packet-q931.h packet-rtp.c packet-sdp.c packet-sip.c packet-sip.h ...

User: lroland
Date: 2005/02/01 06:12 AM

Log:
 From Alejandro Vaquero:
 h323 taps support up to 5 messages per packet now.

 VoIP call analysis:
       - Collect ISUP, SIP and H323 calls from a capture and show them in window with the following info:
       - Start and Stop time of the call
       - Init

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +108 -40   packet-h225.c    Modified
  +17 -7     packet-h225.h    Modified
  +113 -20   packet-h245.c    Modified
  +5 -1      packet-h245.h    Modified
  +12 -3     packet-isup.c    Modified
  +3 -0      packet-isup.h    Modified
  +212 -159  packet-q931.c    Modified
  +13 -1     packet-q931.h    Modified
  +32 -0     packet-rtp.c     Modified
  +17 -0     packet-sdp.c     Modified
  +22 -1     packet-sip.c     Modified
  +6 -0      packet-sip.h     Modified

Directory: /trunk/epan/
  Changes    Path               Action
  +2 -0      libethereal.def    Modified
(Continue reading)

lroland | 1 Feb 2005 15:01
Favicon

rev 13226: /trunk/epan/dissectors/: Makefile.common packet-sdp.h /trunk/gtk/: graph_analysis.c

User: lroland
Date: 2005/02/01 08:00 AM

Log:
 add packet-sdp.h
 and from Julien Leproust:
 fix graph_analysis.c

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +31 -0     packet-sdp.h       Added

Directory: /trunk/gtk/
  Changes    Path                Action
  +1 -1      graph_analysis.c    Modified

http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13226&view=rev
jmayer | 1 Feb 2005 17:18
Favicon

rev 13227: /trunk/doc/: README.developer

User: jmayer
Date: 2005/02/01 09:45 AM

Log:
 Add boolean to the list of non-portable types

Directory: /trunk/doc/
  Changes    Path                Action
  +9 -8      README.developer    Modified

http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13227&view=rev
etxrab | 1 Feb 2005 23:58
Favicon

rev 13228: /trunk/epan/dissectors/: packet-tcap.c

User: etxrab
Date: 2005/02/01 04:57 PM

Log:
 Improve handling of pinfo->private_data

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +5 -1      packet-tcap.c    Modified

http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13228&view=rev
sahlberg | 2 Feb 2005 00:31
Favicon

rev 13229: /trunk/epan/dissectors/: packet-h245.c /trunk/asn1/h245/: packet-h245-template.c

User: sahlberg
Date: 2005/02/01 05:30 PM

Log:
 g_strlcpy does not exist in gtk 1.2
 use strncpy instead

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +1 -1      packet-h245.c    Modified

Directory: /trunk/asn1/h245/
  Changes    Path                      Action
  +1 -1      packet-h245-template.c    Modified

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

Gmane