Guy Harris | 1 Jul 2003 01:24

cvs commit: ethereal AUTHORS packet-smpp.c packet-wsp.c packet-wtp.c

guy         2003/06/30 18:24:39 CDT

  Modified files:
    .                    AUTHORS packet-smpp.c packet-wsp.c 
                         packet-wtp.c 
  Log:
  From Olivier Biot:

  	UDH dissection in SMPP message
  	WTP and WSP dissection over SMPP (no reassembly)
  	WSP status code rendering in Info column

  Revision  Changes    Path
  1.795     +2 -0      ethereal/AUTHORS
  1.14      +189 -8    ethereal/packet-smpp.c
  1.70      +13 -1     ethereal/packet-wsp.c
  1.49      +2 -1      ethereal/packet-wtp.c
Guy Harris | 1 Jul 2003 02:59

cvs commit: ethereal packet-dcerpc-nt.c

guy         2003/06/30 19:59:43 CDT

  Modified files:
    .                    packet-dcerpc-nt.c 
  Log:
  Make "cb_str_postprocess()" work like "cb_wstr_postprocess()" by using
  "tvb_get_string()" rather than "tvb_format_text()".  (This fixes a
  problem wherein we freed the return value of "tvb_format_text()", which
  we should not do as "tvb_format_text()" doesn't dynamically allocate the
  buffer it returns, but means that we don't handle non-printable
  characters - but that's a problem with "cb_wstr_postprocess()" as well,
  as "tvb_fake_unicode()" also doesn't handle non-printable characters
  specially; we should fix the problem in *both* routines.)

  Revision  Changes    Path
  1.77      +19 -2     ethereal/packet-dcerpc-nt.c
Guy Harris | 1 Jul 2003 05:59

cvs commit: ethereal packet-radius.c

guy         2003/06/30 22:59:12 CDT

  Modified files:
    .                    packet-radius.c 
  Log:
  From Adam Sulmicki: report the message type for accounting status
  messages and accounting messages.

  Revision  Changes    Path
  1.79      +6 -1      ethereal/packet-radius.c
Guy Harris | 1 Jul 2003 10:00

cvs commit: ethereal/doc ethereal.pod.template

guy         2003/07/01 03:00:05 CDT

  Modified files:
    doc                  ethereal.pod.template 
  Log:
  From Christoph Wiest: redo MEGACO dissector to more fully parse
  text-format messages.

  Revision  Changes    Path
  1.430     +1 -0      ethereal/doc/ethereal.pod.template
Guy Harris | 1 Jul 2003 10:00

cvs commit: ethereal AUTHORS

guy         2003/07/01 03:00:05 CDT

  Modified files:
    .                    AUTHORS 
  Log:
  From Christoph Wiest: redo MEGACO dissector to more fully parse
  text-format messages.

  Revision  Changes    Path
  1.796     +4 -0      ethereal/AUTHORS
Guy Harris | 1 Jul 2003 10:00

cvs commit: ethereal/plugins/megaco moduleinfo.h packet-megaco.c

guy         2003/07/01 03:00:06 CDT

  Modified files:
    plugins/megaco       moduleinfo.h packet-megaco.c 
  Log:
  From Christoph Wiest: redo MEGACO dissector to more fully parse
  text-format messages.

  Revision  Changes    Path
  1.2       +1 -1      ethereal/plugins/megaco/moduleinfo.h
  1.6       +2617 -264 ethereal/plugins/megaco/packet-megaco.c
Guy Harris | 2 Jul 2003 02:08

cvs commit: ethereal packet-null.c

guy         2003/07/01 19:08:17 CDT

  Modified files:
    .                    packet-null.c 
  Log:
  BSD AF_ values are generally given in decimal, not hex, so display them
  as such.

  Revision  Changes    Path
  1.58      +2 -2      ethereal/packet-null.c
Tim Potter | 2 Jul 2003 06:03

cvs commit: ethereal packet-ldap.c

tpot        2003/07/01 23:03:27 CDT

  Modified files:
    .                    packet-ldap.c 
  Log:
  Dissect LDAPv3 search result references (s4.5.3 in rfc 2251).

  Revision  Changes    Path
  1.57      +15 -1     ethereal/packet-ldap.c
Guy Harris | 2 Jul 2003 23:10

cvs commit: ethereal packet-smpp.c

guy         2003/07/02 16:10:50 CDT

  Modified files:
    .                    packet-smpp.c 
  Log:
   From Olivier Biot:

  	Short Message reassembly;

  	Preference to allow automatic decoding of Short Message data as
  	CL-WSP if a Port Number UDH is present.

  Use "%u" rather than "%d" for unsigned quantities.

  Use "tvb_get_ntohs()" to fetch big-endian 16-bit quantities rather than
  calling "tvb_get_guint8()" twice and reassembling yourself.

  Revision  Changes    Path
  1.15      +224 -32   ethereal/packet-smpp.c
Tim Potter | 3 Jul 2003 03:52

cvs commit: ethereal packet-ldap.c

tpot        2003/07/02 20:52:12 CDT

  Modified files:
    .                    packet-ldap.c 
  Log:
  The Windows 2000 global catalog is LDAP on TCP port 3268, as per IANA assigned
  port numbers document.

  Revision  Changes    Path
  1.58      +3 -1      ethereal/packet-ldap.c

Gmane