aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-02-03From Shane Kearns (bug 2237):stig9-1/+172
2008-02-03From Shane Kearns (bug 2239):stig1-12/+103
2008-02-03Ups, fix a typo from last checkin.stig1-1/+1
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).stig3-19/+10
2008-02-03Update asn1 files to 3GPP TS 25.433 V7.7.0 (2007-12)etxrab1-1988/+3578
2008-02-03Get rid of some warnings.etxrab1-25/+23
2008-02-03Update asn1 files to GPP TS 25.413 V7.8.0 (2008-01).etxrab1-70/+79
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig21-158/+170
2008-02-02Fixed a possible buffer overflow in dissect_fmp_flushCmd() when cmd hasstig1-9/+10
2008-02-02Rewrote strcat -> strncat, and fixed to show more than the last remainingstig1-3/+4
2008-02-02From Peter Kjellerstedt:jake1-7/+9
2008-02-02From Alan McBride:jake1-2/+21
2008-02-02Fix for bug 2202, when an ethernet frame with padding is encountered, thesake1-1/+1
2008-01-31Hmmm. Second try to fix the const problems.stig3-5/+13
2008-01-31Removed a const to make it compile.stig1-1/+1
2008-01-31Make the "!="/"ne" change compile under Windows.gerald2-1/+2
2008-01-31If "!=" or "ne" are used in a display filter, warn the user that the resultsgerald7-28/+104
2008-01-31Hide hidden devices in "Capture Interfaces" dialog.stig3-0/+30
2008-01-30Add Luis' uat_get_table_by_name() to fetch SMI uat tables.stig4-4/+17
2008-01-30Dissect the FLUTE "data".etxrab3-10/+35
2008-01-30Move glib-2 specific code out of gsmmap.cnf (where we can't #ifdef aroundmorriss1-93/+108
2008-01-29cleanup initial comment. fix urls and email addresses.bondolo2-15/+17
2008-01-29Add missing 'static int' for dissect_diameter_3gpp_tmgi(...)wmeier1-0/+1
2008-01-29Dissect 3GPP AVP Code: 900 TMGIetxrab1-3/+51
2008-01-29SSI dBm signal is signed.stig1-1/+1
2008-01-28Dissect Vendor id and Auth-application Id.etxrab1-0/+23
2008-01-27Make use of an unused value.stig1-1/+2
2008-01-27Add the forgotten file.etxrab1-0/+122
2008-01-27Make it possible to do subdissection of Diameter AVP:s and add dissectionetxrab4-36/+93
2008-01-27Do not change profile if directory creation failed, and change to defaultstig1-5/+8
2008-01-27Uncomplete code change.etxrab1-2/+2
2008-01-27Fix reassembly.etxrab1-37/+36
2008-01-26From Peter (bug 2224):stig1-0/+3
2008-01-26Use the standard X.402 module as a separate file rather than as cut/paste int...gal2-47/+47
2008-01-26Remove "LDAP over SSL" registration as now handled by the LDAP dissector.gal1-1/+0
2008-01-261) Support for configurable LDAP over SSL portgal2-92/+295
2008-01-261) Correct attribute name.gal1-18/+42
2008-01-25From Bill Florac:jake1-10/+10
2008-01-25Decode som more MBMS elements. Diameter XML fixes.etxrab1-8/+80
2008-01-25Add tvb_free (as per the request in http://bugs.wireshark.org/bugzilla/show_b...morriss1-0/+1
2008-01-25From Thomas Morin:jake1-8/+114
2008-01-25From Bill Florac::jake1-59/+111
2008-01-24Fixed some strcpy -> strncpy/g_snprintf cleanups.stig2-9/+8
2008-01-24Added some parantheses to avoid a warning.stig1-2/+2
2008-01-24Removed even more C++ style comments.stig1-5/+5
2008-01-24Fix various small memory leaks & 1 invalid g_free (airpcap_gui_utils.c)wmeier1-1/+4
2008-01-24Decode som MBMS elements.etxrab2-16/+159
2008-01-24s/%ll/%" G_GINT64_MODIFIER "/gmorriss3-13/+13
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.stig2-10/+10
2008-01-24Removed C++ style comment.stig1-1/+1