Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-arp.h Makefile.am packet-bootp.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: Fri, 26 Nov 1999 22:48:21 -0600 (CST)
guy         1999/11/26 22:48:19 CST

  Modified files:
    .                    Makefile.am packet-bootp.c packet-arp.c 
                         packet-q2931.c packet.h 
  Added files:
    .                    packet-arp.h 
  Log:
  Pull the code to dissect an ATM NSAP address out of "packet-q2931.c" and
  put it into a subroutine in "packet-arp.c", and call it from
  "packet-q2931.c".
  
  Add a "packet-arp.h" header to hold declarations of routines exported by
  "packet-atm.c" (other than the ATM dissector itself), moving them out of
  "packet.h".
  
  Use the aforementioned NSAP dissector to display ATM addresses in NSAP
  format, and display E.164 addresses as ASCII text (under the assumption
  that they're presented as a string of IA5, i.e. ASCII, characters, just
  as they are in Q.931).
  
  Revision  Changes    Path
  1.118     +2 -1      ethereal/Makefile.am
  1.23      +2 -1      ethereal/packet-bootp.c
  1.24      +140 -20   ethereal/packet-arp.c
  1.5       +4 -60     ethereal/packet-q2931.c
  1.152     +1 -5      ethereal/packet.h