summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke3-19/+10
svn path=/trunk/; revision=24258
2008-02-03Update asn1 files to 3GPP TS 25.433 V7.7.0 (2007-12)Anders Broman1-1988/+3578
svn path=/trunk/; revision=24256
2008-02-03Get rid of some warnings.Anders Broman1-25/+23
svn path=/trunk/; revision=24251
2008-02-03Update asn1 files to GPP TS 25.413 V7.8.0 (2008-01).Anders Broman1-70/+79
svn path=/trunk/; revision=24250
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke21-158/+170
If we get some truncated strings we probably overwrote some buffers... svn path=/trunk/; revision=24249
2008-02-02Fixed a possible buffer overflow in dissect_fmp_flushCmd() when cmd hasStig Bjørlykke1-9/+10
all bits set. svn path=/trunk/; revision=24248
2008-02-02Rewrote strcat -> strncat, and fixed to show more than the last remainingStig Bjørlykke1-3/+4
Cmd_Argv value for Remote Command. svn path=/trunk/; revision=24247
2008-02-02From Peter Kjellerstedt:Jaap Keuter1-7/+9
I was capturing an RTP stream the other day which contained JPEG images streamed according to RFC 2435. However, Wireshark reported them as malformed. After some debugging of the Wireshark code it turned out that the decoding of JPEG images which contain a quantization table was incorrect. I have attached a patch to correct the decoding. svn path=/trunk/; revision=24246
2008-02-02From Alan McBride:Jaap Keuter1-2/+21
The decoding of a SubscribeCOVProperty packet is not properly decoding the Monitored Property Identifier field. It leaves a number of decoded bytes at the end as data. svn path=/trunk/; revision=24245
2008-02-02Fix for bug 2202, when an ethernet frame with padding is encountered, theSake Blok1-1/+1
reported length is 46, so there was a one-off error in the code. svn path=/trunk/; revision=24244
2008-01-31Hmmm. Second try to fix the const problems.Stig Bjørlykke3-5/+13
svn path=/trunk/; revision=24238
2008-01-31Removed a const to make it compile.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24237
2008-01-31Make the "!="/"ne" change compile under Windows.Gerald Combs2-1/+2
svn path=/trunk/; revision=24234
2008-01-31If "!=" or "ne" are used in a display filter, warn the user that the resultsGerald Combs7-28/+104
may be unexpected. svn path=/trunk/; revision=24232
2008-01-31Hide hidden devices in "Capture Interfaces" dialog.Stig Bjørlykke3-0/+30
Added a function to check for hidden devices, which also work correctly for plumbed devices on solaris. svn path=/trunk/; revision=24231
2008-01-30Add Luis' uat_get_table_by_name() to fetch SMI uat tables.Stig Bjørlykke4-4/+17
svn path=/trunk/; revision=24229
2008-01-30Dissect the FLUTE "data".Anders Broman3-10/+35
svn path=/trunk/; revision=24228
2008-01-30Move glib-2 specific code out of gsmmap.cnf (where we can't #ifdef aroundJeff Morriss1-93/+108
it--asn2wrs doesn't understand #ifdef's) to packet-gsm-template.c svn path=/trunk/; revision=24227
2008-01-29cleanup initial comment. fix urls and email addresses.Mike Duigou2-15/+17
svn path=/trunk/; revision=24224
2008-01-29Add missing 'static int' for dissect_diameter_3gpp_tmgi(...)Bill Meier1-0/+1
svn path=/trunk/; revision=24223
2008-01-29Dissect 3GPP AVP Code: 900 TMGIAnders Broman1-3/+51
svn path=/trunk/; revision=24222
2008-01-29SSI dBm signal is signed.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24218
2008-01-28Dissect Vendor id and Auth-application Id.Anders Broman1-0/+23
svn path=/trunk/; revision=24216
2008-01-27Make use of an unused value.Stig Bjørlykke1-1/+2
svn path=/trunk/; revision=24213
2008-01-27Add the forgotten file.Anders Broman1-0/+122
svn path=/trunk/; revision=24212
2008-01-27Make it possible to do subdissection of Diameter AVP:s and add dissectionAnders Broman4-36/+93
of some 3GPP AVP:s. svn path=/trunk/; revision=24211
2008-01-27Do not change profile if directory creation failed, and change to defaultStig Bjørlykke1-5/+8
profile if existing profile was deleted. svn path=/trunk/; revision=24208
2008-01-27Uncomplete code change.Anders Broman1-2/+2
svn path=/trunk/; revision=24207
2008-01-27Fix reassembly.Anders Broman1-37/+36
svn path=/trunk/; revision=24205
2008-01-26From Peter (bug 2224):Stig Bjørlykke1-0/+3
Patch to fix compile with glib-1.2. svn path=/trunk/; revision=24199
2008-01-26Use the standard X.402 module as a separate file rather than as cut/paste ↵Graeme Lunt2-47/+47
into the ACP133 module. svn path=/trunk/; revision=24197
2008-01-26Remove "LDAP over SSL" registration as now handled by the LDAP dissector.Graeme Lunt1-1/+0
svn path=/trunk/; revision=24196
2008-01-261) Support for configurable LDAP over SSL portGraeme Lunt2-92/+295
2) Support for RFC 3909 - cancelRequest extendedOperation 3) Support for RFC 3062 - passwordModify extendedOperation 4) Column information for ExtendedRequest, SearchResultRef and AbandonRequest 5) Column information for multiple LDAP operations in the same packet (uses " | " separator) svn path=/trunk/; revision=24195
2008-01-261) Correct attribute name.Graeme Lunt1-18/+42
2) Add subtreespecification attribute. 3) Label each attribute in the tree with the attribute type. svn path=/trunk/; revision=24194
2008-01-25From Bill Florac:Jaap Keuter1-10/+10
Corrected ATTRRPLY dissection. Removed a few unnecessary semi-colons. svn path=/trunk/; revision=24193
2008-01-25Decode som more MBMS elements. Diameter XML fixes.Anders Broman1-8/+80
svn path=/trunk/; revision=24192
2008-01-25Add tvb_free (as per the request in ↵Jeff Morriss1-0/+1
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2219) svn path=/trunk/; revision=24191
2008-01-25From Thomas Morin:Jaap Keuter1-8/+114
I have written the attached patch to improve the userfriendly-ness of the summary displayed in the last column of the packet list for IGMP packets. The current code only tells the user the type of packet (REPORT, LEAVE, QUERY), but doesn't include any information about what multicast group is joined to or left. Worse, for IGMPv3 Reports the user cannot tell quickly if the multicast group is joined-to or left, without having to look at the inside of the packet to know the type of report (include all, include none, exlude none, exclude all, etc.). svn path=/trunk/; revision=24190
2008-01-25From Bill Florac::Jaap Keuter1-59/+111
Corrected display of attributes from previous patch (24165) For V2, if field length was 0, do not display the empty field. This makes it easier to read. I only did V2 as I do not have means to test V1. svn path=/trunk/; revision=24189
2008-01-24Fixed some strcpy -> strncpy/g_snprintf cleanups.Stig Bjørlykke2-9/+8
Removed a debug printout in t38. svn path=/trunk/; revision=24188
2008-01-24Added some parantheses to avoid a warning.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=24187
2008-01-24Removed even more C++ style comments.Stig Bjørlykke1-5/+5
svn path=/trunk/; revision=24186
2008-01-24Fix various small memory leaks & 1 invalid g_free (airpcap_gui_utils.c)Bill Meier1-1/+4
svn path=/trunk/; revision=24185
2008-01-24Decode som MBMS elements.Anders Broman2-16/+159
svn path=/trunk/; revision=24184
2008-01-24s/%ll/%" G_GINT64_MODIFIER "/gJeff Morriss3-13/+13
svn path=/trunk/; revision=24181
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke2-10/+10
svn path=/trunk/; revision=24180
2008-01-24Removed C++ style comment.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24178
2008-01-24Always return a valid profile name from get_profile_name().Stig Bjørlykke2-3/+13
svn path=/trunk/; revision=24175
2008-01-23Get rid of non-ASCII characters.Guy Harris1-1/+1
svn path=/trunk/; revision=24171
2008-01-23Get rid of non-ASCII characters.Guy Harris1-1/+1
svn path=/trunk/; revision=24170