aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-armagetronad.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-3/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-40/+53
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-10/+10
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-13- [-Wmissing-prototypes]Anders Broman1-1/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-15convert GStrings to more "ephemeral friendly" use.Michael Mann1-7/+6
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-09-26Make it build again.Anders Broman1-1/+2
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.Anders Broman1-20/+17
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