aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tpncp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-04-01Avoid potential buffer overruns when sscanf'ing strings.cmaynard1-2/+2
2011-03-22Fix potential array overrun: Coverity CID #565.wmeier1-5/+10
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-6/+6
2010-01-22Fix some gcc -Wshadow warningswmeier1-6/+6
2010-01-02From Jakub Zawadzki:etxrab1-6/+3
2009-10-25From Jakub Zawadzki:etxrab1-7/+3
2009-09-30Rename hfinfo.ref_count to hfinfo.ref_type since that's now how it's used.wmeier1-1/+1
2009-08-25Init two struct members so gcc 4.1.4 doesn't complain about "may be used unin...wmeier1-2/+4
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-24From Kovarththanan Rajaratnam:stig1-2/+10
2009-06-22From Kovarththanan Rajaratnam:stig1-9/+9
2009-06-22From Kovarththanan Rajaratnam:stig1-110/+111
2009-06-19From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
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