aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-armagetronad.c
Commit message (Expand)AuthorAgeFilesLines
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-2/+2
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-171-1/+1
* Use const with value_string array definitionsBill Meier2008-08-141-1/+1
* (Finally) stop guint16s to access a string: just treat it as an array of char...Jeff Morriss2008-07-111-33/+30
* Cast that guint16 into a char before trying to NULL terminate the string (so ...Jeff Morriss2008-07-101-3/+5
* Don't declare a char[] then cast it into a guint16 to use it as both a guint1...Jeff Morriss2008-07-091-3/+3
* Remove depreciated functions g_string_sprint, g_string_sprintfa.Anders Broman2008-05-051-1/+1
* Fix windows build error ....Bill Meier2007-06-181-1/+1
* From Guillaume Chazarain:Stephen Fisher2007-06-181-13/+17
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* Some warning fixes for "no previous declaration"Jörg Mayer2005-08-021-1/+1
* replace one tvb_memdup() with a tvb_memcpy() using an automatically freed eme...Ronnie Sahlberg2005-07-221-3/+4
* From Guillaume ChazarainRonnie Sahlberg2005-05-141-0/+332