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.stig1-2/+2
2008-07-11Fix a couple gint/guint mismatchesmorriss1-3/+3
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-5/+5
2008-04-21Add "tpncp." before all filter names so we don't crash with others.stig1-1/+1
2008-03-13Save about 1MB of RAM that was wasted for the entire Wireshark session.sfisher1-3/+2
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-4/+3
2008-02-07Corrected some types.stig1-10/+10
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-2/+4
2007-12-14Warning fixes: function declaration isn’t a prototypejmayer1-1/+1
2007-11-28Various changes with focus to startup speedupkukosa1-6/+11
2007-11-27Don't attach to any TCP/UDP ports if we weren't able to load the database--an...morriss1-20/+28
2007-11-12Remove forgotten debug code.etxrab1-1/+0
2007-11-11From Valery Sigalov:etxrab1-0/+763