aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-17We require GLIB-2 now so there's no need to attempt to use regular iconv: useJeff Morriss1-172/+175
2008-06-02From Rudolf Weidmann (bug 2583):Stig Bjørlykke1-1/+1
2008-05-10From Steve Karg:Jaap Keuter1-24/+26
2008-04-07From Steve Karg:Jaap Keuter1-9/+341
2008-03-16From Steve Karg:Jaap Keuter1-24/+108
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-10/+10
2008-03-03From Alan McBride :Anders Broman1-1/+4
2008-02-22From Evan via bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2293 : InJeff Morriss1-8/+8
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke1-16/+0
2008-02-02From Alan McBride:Jaap Keuter1-2/+21
2008-01-09From Steve Karg:Jaap Keuter1-8/+9
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-09-01From Steve Karg:Jaap Keuter1-0/+4
2007-07-06From Steve Karg:Jaap Keuter1-34/+60
2007-06-28Fix for bug 1669:Jaap Keuter1-1/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-2/+2
2007-05-23warning fix: passing argument 2 of 'iconv' from incompatible pointer typeJörg Mayer1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-2/+2
2007-03-29Fix some more warningsStephen Fisher1-3/+3
2007-03-20ifdef out a function that is not yet used to get rid of a compiler warningRonnie Sahlberg1-0/+2
2007-01-16From Steve Karg:Jaap Keuter1-11/+37
2006-11-04from Dave RichardsRonnie Sahlberg1-2/+0
2006-10-03From David Richards:Anders Broman1-397/+311
2006-08-15Steve Karg <skarg@users.sourceforge.net>Jörg Mayer1-2/+4
2006-07-18Apply The Written Word's patch from bug 333, which changes HAVE_ICONV_HGerald Combs1-184/+184
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-19From Karsten P. Hoffmann:Anders Broman1-8/+31
2006-04-16From Steve Karg:Jaap Keuter1-24/+44
2006-03-19Patch that fixes bug 793 and a few other things mostly revolving aroundJaap Keuter1-61/+93
2006-01-06Bill Meier: More spelling fixesJörg Mayer1-1/+1
2006-01-05Steve Karg:Jörg Mayer1-6/+28
2005-11-03Get rid of (valid) warning about uninitialized variable, and clean upGuy Harris1-3/+3
2005-10-04From Dave RichardsAnders Broman1-301/+317
2005-09-02From Steve Karg Anders Broman1-211/+117
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-08-05From David Richards:Anders Broman1-467/+496
2005-07-28char -> const char warning fixesJörg Mayer1-51/+51
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()Ronnie Sahlberg1-2/+1
2005-05-23Warning fix:Jörg Mayer1-1/+1
2005-05-23Warning fix:Jörg Mayer1-2/+2
2005-05-23From Steve Karg:Anders Broman1-1120/+1621
2005-05-05Change data types to match those of "iconv()", at least on OS X.Guy Harris1-8/+27
2005-05-02Fix a couple of infinite loops. Make similar changes elsewhere to keep theGerald Combs1-15/+16
2005-04-26BACAPP updatesRonnie Sahlberg1-647/+5078
2005-04-14From Steve KargRonnie Sahlberg1-19/+725
2005-03-07Back out the BACnet application layer dissectin code - its use ofGuy Harris1-3514/+36
2005-03-06The length field in the "BACnet encoding rules" is limited to 32 bitsGuy Harris1-119/+135
2005-03-06Get rid of an unused variable.Guy Harris1-1/+0
2005-03-06No, they don't use BER for the variable portion of a PDU; update theGuy Harris1-187/+181
2005-03-06Don't use "long" and "%l[doux]" for 64-bit quantities, use guint64 and %Guy Harris1-74/+86