aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tpncp.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-08Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-16/+11
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-04-04Fix indent and add modelinesAlexis La Goutte1-45/+58
2014-04-03Add a preference to enable loading of the database. EffectivlyAndersBroman1-34/+47
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-13Fix CID 1113411: close the file descriptor and free the file name even inJeff Morriss1-9/+14
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+10
2013-10-26Cleanups to the TPNCP database parser/loader:Evan Huus1-21/+56
2013-09-15emem -> wmem (except uat or init routines)Pascal Quantin1-2/+4
2013-09-12Revert the TPNCP changes in r51972 until we can figure out a better way to fixEvan Huus1-11/+11
2013-09-12emem -> wmemJörg Mayer1-11/+11
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-1/+1
2013-08-06Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.Jakub Zawadzki1-1/+0
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-6/+7
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-12/+10
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-18From beroset:Anders Broman1-8/+8
2013-02-04Comment out two more case of an unused hf[] entry.Bill Meier1-20/+24
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-11-11Fix the rest of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6665Evan Huus1-5/+19
2012-11-11Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6665Evan Huus1-2/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-25cleanup some unnecessary g_malloc callsMichael Mann1-7/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-4/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-27From Alex Rodikov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6871Alexis La Goutte1-5/+8
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-04-01Avoid potential buffer overruns when sscanf'ing strings.Chris Maynard1-2/+2
2011-03-22Fix potential array overrun: Coverity CID #565.Bill Meier1-5/+10
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
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