aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-23From Steve Karg:etxrab1-1120/+1621
2005-05-05Change data types to match those of "iconv()", at least on OS X.guy1-8/+27
2005-05-02Fix a couple of infinite loops. Make similar changes elsewhere to keep thegerald1-15/+16
2005-04-26BACAPP updatessahlberg1-647/+5078
2005-04-14From Steve Kargsahlberg1-19/+725
2005-03-07Back out the BACnet application layer dissectin code - its use ofguy1-3514/+36
2005-03-06The length field in the "BACnet encoding rules" is limited to 32 bitsguy1-119/+135
2005-03-06Get rid of an unused variable.guy1-1/+0
2005-03-06No, they don't use BER for the variable portion of a PDU; update theguy1-187/+181
2005-03-06Don't use "long" and "%l[doux]" for 64-bit quantities, use guint64 and %guy1-74/+86
2005-03-06From Herbert Lischka: implement some (not all) tags according to BACNETguy1-36/+3493
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+122