aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke3-19/+10
2008-02-03Update asn1 files to 3GPP TS 25.433 V7.7.0 (2007-12)Anders Broman1-1988/+3578
2008-02-03Get rid of some warnings.Anders Broman1-25/+23
2008-02-03Update asn1 files to GPP TS 25.413 V7.8.0 (2008-01).Anders Broman1-70/+79
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke21-158/+170
2008-02-02Fixed a possible buffer overflow in dissect_fmp_flushCmd() when cmd hasStig Bjørlykke1-9/+10
2008-02-02Rewrote strcat -> strncat, and fixed to show more than the last remainingStig Bjørlykke1-3/+4
2008-02-02From Peter Kjellerstedt:Jaap Keuter1-7/+9
2008-02-02From Alan McBride:Jaap Keuter1-2/+21
2008-02-02Fix for bug 2202, when an ethernet frame with padding is encountered, theSake Blok1-1/+1
2008-01-31Hmmm. Second try to fix the const problems.Stig Bjørlykke3-5/+13
2008-01-31Removed a const to make it compile.Stig Bjørlykke1-1/+1
2008-01-31Make the "!="/"ne" change compile under Windows.Gerald Combs2-1/+2
2008-01-31If "!=" or "ne" are used in a display filter, warn the user that the resultsGerald Combs7-28/+104
2008-01-31Hide hidden devices in "Capture Interfaces" dialog.Stig Bjørlykke3-0/+30
2008-01-30Add Luis' uat_get_table_by_name() to fetch SMI uat tables.Stig Bjørlykke4-4/+17
2008-01-30Dissect the FLUTE "data".Anders Broman3-10/+35
2008-01-30Move glib-2 specific code out of gsmmap.cnf (where we can't #ifdef aroundJeff Morriss1-93/+108
2008-01-29cleanup initial comment. fix urls and email addresses.Mike Duigou2-15/+17
2008-01-29Add missing 'static int' for dissect_diameter_3gpp_tmgi(...)Bill Meier1-0/+1
2008-01-29Dissect 3GPP AVP Code: 900 TMGIAnders Broman1-3/+51
2008-01-29SSI dBm signal is signed.Stig Bjørlykke1-1/+1
2008-01-28Dissect Vendor id and Auth-application Id.Anders Broman1-0/+23
2008-01-27Make use of an unused value.Stig Bjørlykke1-1/+2
2008-01-27Add the forgotten file.Anders Broman1-0/+122
2008-01-27Make it possible to do subdissection of Diameter AVP:s and add dissectionAnders Broman4-36/+93
2008-01-27Do not change profile if directory creation failed, and change to defaultStig Bjørlykke1-5/+8
2008-01-27Uncomplete code change.Anders Broman1-2/+2
2008-01-27Fix reassembly.Anders Broman1-37/+36
2008-01-26From Peter (bug 2224):Stig Bjørlykke1-0/+3
2008-01-26Use the standard X.402 module as a separate file rather than as cut/paste int...Graeme Lunt2-47/+47
2008-01-26Remove "LDAP over SSL" registration as now handled by the LDAP dissector.Graeme Lunt1-1/+0
2008-01-261) Support for configurable LDAP over SSL portGraeme Lunt2-92/+295
2008-01-261) Correct attribute name.Graeme Lunt1-18/+42
2008-01-25From Bill Florac:Jaap Keuter1-10/+10
2008-01-25Decode som more MBMS elements. Diameter XML fixes.Anders Broman1-8/+80
2008-01-25Add tvb_free (as per the request in http://bugs.wireshark.org/bugzilla/show_b...Jeff Morriss1-0/+1
2008-01-25From Thomas Morin:Jaap Keuter1-8/+114
2008-01-25From Bill Florac::Jaap Keuter1-59/+111
2008-01-24Fixed some strcpy -> strncpy/g_snprintf cleanups.Stig Bjørlykke2-9/+8
2008-01-24Added some parantheses to avoid a warning.Stig Bjørlykke1-2/+2
2008-01-24Removed even more C++ style comments.Stig Bjørlykke1-5/+5
2008-01-24Fix various small memory leaks & 1 invalid g_free (airpcap_gui_utils.c)Bill Meier1-1/+4
2008-01-24Decode som MBMS elements.Anders Broman2-16/+159
2008-01-24s/%ll/%" G_GINT64_MODIFIER "/gJeff Morriss3-13/+13
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke2-10/+10
2008-01-24Removed C++ style comment.Stig Bjørlykke1-1/+1
2008-01-24Always return a valid profile name from get_profile_name().Stig Bjørlykke2-3/+13
2008-01-23Get rid of non-ASCII characters.Guy Harris1-1/+1
2008-01-23Get rid of non-ASCII characters.Guy Harris1-1/+1