aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tpncp.c
AgeCommit message (Expand)AuthorFilesLines
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