Extending true_false_string support
[obnox/wireshark/wip.git] / epan / packet.c
index 1df36c61bf2d4e5de6fbfe8aca862d6aa0458193..50f3e34cee3c27332e897eb9bfdf8fcfa5393888 100644 (file)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
 #ifdef HAVE_CONFIG_H
@@ -61,11 +61,6 @@ static gint proto_malformed = -1;
 static dissector_handle_t frame_handle = NULL;
 static dissector_handle_t data_handle = NULL;
 
-const true_false_string flags_set_truth = {
-  "Set",
-  "Not set"
-};
-
 void
 packet_init(void)
 {