aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-05-25Add a null check to fix Coverity CID 280210. It doesn't look like we'dGerald Combs1-0/+3
2012-05-25Fix Coverity CID 700177 Unused pointer value.Chris Maynard1-1/+1
2012-05-25The rest of the fix for Coverity CID's 280507 and 280508. (There were multip...Chris Maynard1-8/+9
2012-05-25tvb_length_remaining() can return a negative number, so be sure to handle it....Chris Maynard1-2/+2
2012-05-25Add a "fallthrough" comment to avoid a missing break report from Coverity. F...Chris Maynard1-0/+1
2012-05-25Fix Coverity CID 701035: Dereference after null check of hfinfo.Chris Maynard1-3/+3
2012-05-25Fix Coverity CID 700201: Dereference after null check, by ensuring "decoder" ...Chris Maynard1-0/+4
2012-05-25tvb_length_remaining() can return a negative number, so be sure to handle it....Chris Maynard1-3/+7
2012-05-24tvb_length_remaining() can return a negative number, so be sure to handle it....Chris Maynard1-4/+16
2012-05-24Update asn1-generated dissector.Chris Maynard1-2/+2
2012-05-24tvb_reported_length_remaining() can return a negative number. In dissect_gad...Chris Maynard1-4/+7
2012-05-24Fix bug #7283Jakub Zawadzki1-1/+2
2012-05-24From Martin Kaiser:Anders Broman2-4/+4
2012-05-24From Mayuresh Raut.Anders Broman1-5/+503
2012-05-23From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=72...Pascal Quantin1-10/+173
2012-05-23Fix bug #7277Jakub Zawadzki1-1/+3
2012-05-23Dissect MAC and RLC for CHANNEL_FACH_FDDAnders Broman1-4/+45
2012-05-23Add conv_id.hAnders Broman1-2/+3
2012-05-23Add file missing from http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev...Anders Broman1-0/+48
2012-05-23From Robert Bullen:Anders Broman2-0/+6
2012-05-23Fix a typoAnders Broman1-1/+1
2012-05-23From Jim Wright:Anders Broman2-14/+109
2012-05-23 All:Bill Meier2-223/+224
2012-05-23From Evan Huus: "Fix Potential padding issues in Yahoo dissectors"Bill Meier2-3/+11
2012-05-23Fix Coverity CID 703086: Dereference after null check in decode_tcp_ports().Chris Maynard1-1/+1
2012-05-22Fix: packet-gsm_a_gm.c:3965:6: error: comparison is always true due to limite...Jeff Morriss1-2/+2
2012-05-22Suppress a (legitimate) compiler warning for now, and leave a commentGuy Harris1-1/+2
2012-05-22nflog dissector:Jakub Zawadzki1-4/+24
2012-05-22Fix PCH dissectionAnders Broman2-73/+72
2012-05-22Dissect Operator Specific Use container in Protocol Configuration Options IEpascal1-69/+89
2012-05-22Set paging indication and start fixing TFI list.Anders Broman3-56/+97
2012-05-22Get rid of non-ASCII chars. Remove a few trailing commas.Jeff Morriss2-9/+9
2012-05-22Collect and use E-DCH data.Anders Broman3-16/+162
2012-05-22TCP: Some protocols running ontop of TCP needs the PDUs to be delivered in or...Ronnie Sahlberg1-0/+28
2012-05-22HTTP: RPC/HTTP do a better detection and parsing of RPC over HTTPRonnie Sahlberg1-0/+21
2012-05-22packet-smb2: dissect the channel sequence in the SMB 2.2 headerRonnie Sahlberg1-7/+19
2012-05-22SMB: Add dissection of TRANS2_REQUEST_TRANSPORT_ENCRYPTION messagesRonnie Sahlberg1-0/+73
2012-05-22SMB: Dissect TRANS2_SET_FS_INFORMATION infolevelRonnie Sahlberg1-0/+33
2012-05-22SMB: Call dissect_nt_quota() via a new dissect_sfsi_request/response()Ronnie Sahlberg1-3/+50
2012-05-22SMB2: Add dissection of the encrypted SMB2 headersRonnie Sahlberg2-136/+251
2012-05-22SMB2: Add support for the "encrypted" flag for sharesRonnie Sahlberg1-0/+7
2012-05-22SMB2: Fix, the flag is called PERSISTENT_HANDLES, not LARGE_MTURonnie Sahlberg1-1/+1
2012-05-22SMB2: Add support for SMB2_GLOBAL_CAP_ENCRYPTION flagRonnie Sahlberg1-0/+13
2012-05-21Fix indentationpascal1-637/+633
2012-05-21From gyanesh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7267 :pascal1-2/+71
2012-05-21Display Element ID in hexadecimal (like in 3GPP specs)pascal12-18/+18
2012-05-21Fix "Function call argument is an uninitialized value" issue found by scan-bu...Bill Meier1-851/+856
2012-05-21Init a pointer to prevent a (not actually valid) scan-build "Function call ar...Bill Meier1-999/+1209
2012-05-21Additional cleanup:Bill Meier1-20/+19
2012-05-21From Evan Huus: Unused Prefs registration;Bill Meier1-11/+6