aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tpncp.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-6/+6
2010-01-02From Jakub Zawadzki:Anders Broman1-6/+3
2009-10-25From Jakub Zawadzki:Anders Broman1-7/+3
2009-09-30Rename hfinfo.ref_count to hfinfo.ref_type since that's now how it's used.Bill Meier1-1/+1
2009-08-25Init two struct members so gcc 4.1.4 doesn't complain about "may be used unin...Bill Meier1-2/+4
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+10
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-9/+9
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-110/+111
2009-06-19From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-07-11Fix a couple gint/guint mismatchesJeff Morriss1-3/+3
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-5/+5
2008-04-21Add "tpncp." before all filter names so we don't crash with others.Stig Bjørlykke1-1/+1
2008-03-13Save about 1MB of RAM that was wasted for the entire Wireshark session.Stephen Fisher1-3/+2
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-4/+3
2008-02-07Corrected some types.Stig Bjørlykke1-10/+10
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+4
2007-12-14Warning fixes: function declaration isn’t a prototypeJörg Mayer1-1/+1
2007-11-28Various changes with focus to startup speedupTomas Kukosa1-6/+11
2007-11-27Don't attach to any TCP/UDP ports if we weren't able to load the database--an...Jeff Morriss1-20/+28
2007-11-12Remove forgotten debug code.Anders Broman1-1/+0
2007-11-11From Valery Sigalov:Anders Broman1-0/+763