Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 44235: / /trunk/epan/dissectors/: packet-arp.c packet-ax

Date: Fri, 03 Aug 2012 01:58:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44235

User: guy
Date: 2012/08/02 06:58 PM

Log:
 Move the list of AX.25 protocol IDs to epan/ax25_pids.h.  Use it in
 packet-ax25.c and packet-arp.c.
 
 Add an "ax25.pid" dissector table for those protocol IDs, use it in the
 AX.25 dissector, and have dissectors register in that table with their
 protocol IDs.
 
 Get rid of some unneeded includes.
 
 Clean up some "AX25"s in user-visible strings - say "AX.25" instead.
 
 Clean up some indentation.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +2 -1      packet-arp.c          Modified
  +3 -4      packet-ax25-nol3.c    Modified
  +18 -77    packet-ax25.c         Modified
  +2 -5      packet-flexnet.c      Modified
  +2 -0      packet-ip.c           Modified
  +2 -5      packet-netrom.c       Modified
  +2 -0      packet-x25.c          Modified

Directory: /trunk/epan/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +46 -0     ax25_pids.h        Added