aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-armagetronad.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-08-14Use const with value_string array definitionsBill Meier1-1/+1
2008-07-11(Finally) stop guint16s to access a string: just treat it as an array of char...Jeff Morriss1-33/+30
2008-07-10Cast that guint16 into a char before trying to NULL terminate the string (so ...Jeff Morriss1-3/+5
2008-07-09Don't declare a char[] then cast it into a guint16 to use it as both a guint1...Jeff Morriss1-3/+3
2008-05-05Remove depreciated functions g_string_sprint, g_string_sprintfa.Anders Broman1-1/+1
2007-06-18Fix windows build error ....Bill Meier1-1/+1
2007-06-18From Guillaume Chazarain:Stephen Fisher1-13/+17
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
2005-07-22replace one tvb_memdup() with a tvb_memcpy() using an automatically freed eme...Ronnie Sahlberg1-3/+4
2005-05-14From Guillaume ChazarainRonnie Sahlberg1-0/+332