http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25758
User: morriss
Date: 2008/07/17 06:53 AM
Log:
We require GLIB-2 now so there's no need to attempt to use regular iconv: use
the GLIB version instead.
Reindent some (does someone have their tabstops set to 4?).
Create and use some #defines instead of hard-coded values. For example,
replace 0x00 with ANSI_X34 in both the value_string and the case statement.
(This file could use a lot more of such changes.)
packet-bacapp.c appears to compile cleanly now so move it to
CLEAN_DISSECTOR_SOURCE.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 Makefile.common Modified
+173 -170 packet-bacapp.c Modified
+2 -5 packet-bacapp.h Modified