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 40854: / /trunk/epan/dissectors/: Makefile.common packet

Date: Sun, 05 Feb 2012 11:34:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40854

User: jmayer
Date: 2012/02/05 03:34 AM

Log:
 Checked in, with the following changes:
 
 - Adapted packet-gsm_sim.c and CmakeLists.txt to match current content (trivial)
 - Fixed warnings about //-style comments that were found running
    ../../tools/checkAPIs.pl -g deprecated -g prohibited -g abort -g termoutput packet-gsm_sim.c packet-etsi_card_app_toolkit.c
     Error: Found C++ style comments in packet-gsm_sim.c
 - Not fixed (will lead to dissector abort if in a packet):
    ../../tools/checkhf.pl packet-gsm_sim.c packet-etsi_card_app_toolkit.c
     ERROR: NO ARRAY: packet-gsm_sim.c, hf_tprof_b19
     ERROR: NO ARRAY: packet-gsm_sim.c, hf_tprof_b18
     ERROR: NO ARRAY: packet-etsi_card_app_toolkit.c, hf_ctlv_bearer_descr
   Please provide the necessary element entries for the hf[] array in a
   followup patch.

Directory: /trunk/epan/dissectors/
  Changes    Path                              Action
  +2 -0      Makefile.common                   Modified
  +694 -0    packet-etsi_card_app_toolkit.c    Added
  +1675 -0   packet-gsm_sim.c                  Added
  +25 -16    packet-gsmtap.c                   Modified