aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q933.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-1/+1
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2011-11-09Fix a number of proto_tree_add_item() encoding args.wmeier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-03-271. Fix bug in dissection of a field; Add two missing lines of code.wmeier1-0/+4
2011-02-11Check for places where tvb_bytes_to_str() or tvb_get_bytes_to_str_punct()morriss1-6/+2
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-24/+24
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2008-08-14Use const with value_string array definitionswmeier1-1/+1
2008-08-14Added a missing {0,NULL} as noted by Christopher.stig1-0/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-08-05More char -> const char warning fixesjmayer1-2/+2
2005-08-02Fix more "no previous declaration" warningsjmayer1-5/+5
2005-04-22Don't pass a null format string to val_to_str().gerald1-1/+1
2005-04-22Don't pass a null format string to val_to_str().gerald1-1/+1
2005-03-21from Hannes Gredlersahlberg1-0/+134
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+2150