aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-armagetronad.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-3/+3
2011-09-26Make it build again.etxrab1-1/+2
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.etxrab1-20/+17
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-08-14Use const with value_string array definitionswmeier1-1/+1
2008-07-11(Finally) stop guint16s to access a string: just treat it as an array of char...morriss1-33/+30
2008-07-10Cast that guint16 into a char before trying to NULL terminate the string (so ...morriss1-3/+5
2008-07-09Don't declare a char[] then cast it into a guint16 to use it as both a guint1...morriss1-3/+3
2008-05-05Remove depreciated functions g_string_sprint, g_string_sprintfa.etxrab1-1/+1
2007-06-18Fix windows build error ....wmeier1-1/+1
2007-06-18From Guillaume Chazarain:sfisher1-13/+17
2006-05-28Ethereal->Wiresharketxrab1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-08-02Some warning fixes for "no previous declaration"jmayer1-1/+1
2005-07-22replace one tvb_memdup() with a tvb_memcpy() using an automatically freed eme...sahlberg1-3/+4
2005-05-14From Guillaume Chazarainsahlberg1-0/+332