-----Ursprungligt meddelande----- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Kukosa, Tomas Skickat: den 2 maj 2007 07:49 Till: [email protected] Ämne: Re: [Wireshark-dev] [Wireshark-commits] rev 21635: /trunk//trunk/epan/dissectors/: packet-gsm_map.c packet-gtp.cpacket-h221_nonstd.c packet-h225.c packet-h225.hpacket-h235.c packet-h245.c packet-h245.h packet-h450.cpacket-h450.h ...
>Is not it enough only to include it into packet-per.h and packet-ber.h? >Using asn1.h outside them does not make sense. > >Tomas I thought we didn't like to include .h files in other .h files. I'm also undecided whether void asn1_ctx_init() should be in asn1.c or not. Regrads Anders -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 12:05 AM To: [EMAIL PROTECTED] Subject: [Wireshark-commits] rev 21635: /trunk/ /trunk/epan/dissectors/: packet-gsm_map.c packet-gtp.c packet-h221_nonstd.c packet-h225.c packet-h225.h packet-h235.c packet-h245.c packet-h245.h packet-h450.c packet-h450.h ... http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21635 User: etxrab Date: 2007/05/01 10:05 PM Log: Split out common asn1 stuff to asn1.h and include that where needed. Directory: /trunk/epan/dissectors/ Changes Path Action +6 -5 packet-gsm_map.c Modified +1 -0 packet-gtp.c Modified +1 -0 packet-h221_nonstd.c Modified +7 -6 packet-h225.c Modified +3 -2 packet-h225.h Modified +6 -5 packet-h235.c Modified +6 -5 packet-h245.c Modified +1 -1 packet-h245.h Modified +7 -6 packet-h450.c Modified +1 -1 packet-h450.h Modified +8 -7 packet-ldap.c Modified (50 files not shown) _______________________________________________ Wireshark-commits mailing list [EMAIL PROTECTED] http://www.wireshark.org/mailman/listinfo/wireshark-commits _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
