Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-socks.c AUTHORS Makefile.am c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 12 Apr 2000 17:53:25 -0500 (CDT)
guy         2000/04/12 17:53:22 CDT

  Modified files:
    .                    AUTHORS Makefile.am conversation.c 
                         conversation.h packet-tcp.c packet-tcp.h 
                         packet-udp.c packet-udp.h 
  Added files:
    .                    packet-socks.c 
  Log:
  Jeff Foster's SOCKS dissector, support for associating dissectors
  with conversations and having TCP and UDP check whether a packet is part
  of a conversation with a dissector and, if so, using that dissector on
  the conversation, and "ethertype()"-style support for allowing a
  dissector to call a sub-dissector via the same path that the TCP and UDP
  dissectors use, based on port numbers supplied by that dissector.
  
  Revision  Changes    Path
  1.101     +3 -0      ethereal/AUTHORS
  1.181     +2 -1      ethereal/Makefile.am
  1.7       +21 -1     ethereal/conversation.c
  1.5       +7 -1      ethereal/conversation.h
  1.67      +73 -54    ethereal/packet-tcp.c
  1.3       +4 -1      ethereal/packet-tcp.h
  1.60      +70 -42    ethereal/packet-udp.c
  1.2       +3 -1      ethereal/packet-udp.h