aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-02-13Add SERCOS ethertype for upcoming dissector.Jaap Keuter1-0/+4
2008-02-13Check in changes originally checked in as SVN revision 24308 (new columnStephen Fisher6-4/+95
2008-02-13Replace a g_snprintf() with a strncpy(). Fixes bugs 2260 to 2262.Gerald Combs1-14/+15
2008-02-12Added WLAN Traffic Statistics dialog.Stig Bjørlykke2-0/+30
2008-02-12Revert commit 24308 until I can get it to compile on Windows/Linux/SolarisStephen Fisher5-83/+4
2008-02-12Introduce a new column type called custom, which lets you put any displayStephen Fisher5-4/+83
2008-02-11Windows (confirmed with Vista, XP, and 98) sends the "secs" value as aGerald Combs1-3/+14
2008-02-11A few more pedantic fixes ...Bill Meier1-2/+4
2008-02-11A few minor pedantic fixes ....Bill Meier4-11/+11
2008-02-11Fix one add'tl warning as reported by David KirkbyBill Meier1-1/+0
2008-02-10The type field of an mtp3_addr_pc_t is a "which SS7 standard is this?"Guy Harris2-5/+1
2008-02-09Fix (Sun) compiler warnings as reported by David Kirkby: Part 1Bill Meier3-6/+8
2008-02-08- Add application Id:s to DiameterAnders Broman2-26/+70
2008-02-08Add get_sctp_port to libwireshark.defStig Bjørlykke1-0/+1
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for someStig Bjørlykke9-128/+130
2008-02-08based on the novell idllib sources :Ronnie Sahlberg3-18/+63
2008-02-08Fix typo in commentStephen Fisher1-1/+1
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke38-117/+31
2008-02-07Removed a break which disabled some code.Stig Bjørlykke1-3/+1
2008-02-07Rewrote some "if(tree)" code inside a switch-case to avoid unused code Stig Bjørlykke1-591/+650
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke9-84/+48
2008-02-07Corrected some types.Stig Bjørlykke2-11/+11
2008-02-06From Thomas Dreibholz (bug 2248):Stig Bjørlykke2-0/+175
2008-02-05Update gsm map asn1 files to latest version.Anders Broman1-9/+148
2008-02-04From Shane Kearns (bug 2242):Stig Bjørlykke1-11/+16
2008-02-03Add mapping for s1ap_r8.Martin Mathieson1-29/+50
2008-02-03From Shane Kearns (bug 2237):Stig Bjørlykke9-1/+172
2008-02-03From Shane Kearns (bug 2239):Stig Bjørlykke1-12/+103
2008-02-03Ups, fix a typo from last checkin.Stig Bjørlykke1-1/+1
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