Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rpc.c

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: Wed, 17 Jan 2001 18:13:19 -0600 (CST)
guy         2001/01/17 18:13:19 CST

  Modified files:
    .                    packet-rpc.c 
  Log:
  Well, I found that one of my captures was so large that we overflowed
  the static table of RPC calls and responses; this meant that, in some
  cases, I could click on a reply packet and it'd just be shown as a UDP
  packet in the protocol tree window, but if I then click on the matching
  request and click on the reply again, it'll show it as an RPC reply to
  the call in question.
  
  Replace the static table with a GHashTable, which grows as necessary.
  
  Revision  Changes    Path
  1.48      +80 -74    ethereal/packet-rpc.c