aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-27More size_t casts.gerald1-1/+1
2009-03-22P64 changes: Fix some cases for which size_t is not requiredwmeier1-1/+1
2009-03-16Removed some non-ASCII characters.stig1-5/+5
2009-03-06From Steve Karg:jake1-1/+1
2009-02-23From Steve Karg:jake1-40/+310
2009-02-17From Steve Karg:etxrab1-10/+28
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-3/+3
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-4/+4
2008-07-17We require GLIB-2 now so there's no need to attempt to use regular iconv: usemorriss1-172/+175
2008-06-02From Rudolf Weidmann (bug 2583):stig1-1/+1
2008-05-10From Steve Karg:jake1-24/+26
2008-04-07From Steve Karg:jake1-9/+341
2008-03-16From Steve Karg:jake1-24/+108
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...morriss1-10/+10
2008-03-03From Alan McBride :etxrab1-1/+4
2008-02-22From Evan via bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2293 : Inmorriss1-8/+8
2008-02-07Removed some "statement not reached" warnings.stig1-16/+0
2008-02-02From Alan McBride:jake1-2/+21
2008-01-09From Steve Karg:jake1-8/+9
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-09-01From Steve Karg:jake1-0/+4
2007-07-06From Steve Karg:jake1-34/+60
2007-06-28Fix for bug 1669:jake1-1/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-2/+2
2007-05-23warning fix: passing argument 2 of 'iconv' from incompatible pointer typejmayer1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-2/+2
2007-03-29Fix some more warningssfisher1-3/+3
2007-03-20ifdef out a function that is not yet used to get rid of a compiler warningsahlberg1-0/+2
2007-01-16From Steve Karg:jake1-11/+37
2006-11-04from Dave Richardssahlberg1-2/+0
2006-10-03From David Richards:etxrab1-397/+311
2006-08-15Steve Karg <skarg@users.sourceforge.net>jmayer1-2/+4
2006-07-18Apply The Written Word's patch from bug 333, which changes HAVE_ICONV_Hgerald1-184/+184
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-04-19From Karsten P. Hoffmann:etxrab1-8/+31
2006-04-16From Steve Karg:jake1-24/+44
2006-03-19Patch that fixes bug 793 and a few other things mostly revolving aroundjake1-61/+93
2006-01-06Bill Meier: More spelling fixesjmayer1-1/+1
2006-01-05Steve Karg:jmayer1-6/+28
2005-11-03Get rid of (valid) warning about uninitialized variable, and clean upguy1-3/+3
2005-10-04From Dave Richardsetxrab1-301/+317
2005-09-02From Steve Karg etxrab1-211/+117
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-1/+1
2005-08-05From David Richards:etxrab1-467/+496
2005-07-28char -> const char warning fixesjmayer1-51/+51
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()sahlberg1-2/+1
2005-05-23Warning fix:jmayer1-1/+1
2005-05-23Warning fix:jmayer1-2/+2