aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2010-08-10Dissect SMB_FILE_ATTRIBUTES, when used as file attributes rather thanguy3-76/+51
2010-08-09Future-proof a for loop.gerald1-1/+2
2010-08-09From David Aggeler:jake1-356/+627
2010-08-09Fix another compile error. wmeier1-1/+0
2010-08-09Fix another compile error :(wmeier1-1/+1
2010-08-09Fix a compile error.wmeier1-1/+1
2010-08-09From Herbert Lischka: "corrected the dissection of reassembled UDP packets".wmeier1-190/+260
2010-08-09Fix typo in my last commit that broke compilationsfisher1-2/+1
2010-08-09Update to latest device descriptionssfisher1-87/+142
2010-08-09Make it compile without HAVE_C_ARES and HAVE_GETHOSTBYNAME2.stig1-1/+1
2010-08-08Protect tvb_* functions in a TRY-CATCH block.stig1-64/+150
2010-08-08From Roberto Morro:etxrab1-92/+178
2010-08-08[Automatic manuf and enterprise-numbers update for 2010-08-08]gerald1-9/+145
2010-08-07From Cal Turney:etxrab1-2/+2
2010-08-06From Jay Crisman:jake1-0/+7
2010-08-06From Tan Kean Siong:jake1-5/+89
2010-08-06From John Sullivan: Fix for 'Uninitialised pointer in packet-rtsp.c causes cr...wmeier1-1/+1
2010-08-06Move proto_item_set_len() outside of an if statement so NPDU length is proper...wmeier1-49/+47
2010-08-05Fix number of arguments to formatmorriss1-1/+1
2010-08-05From Christian Durrer:etxrab1-59/+731
2010-08-05Initialize tpcph to avoid warnings from clang:stig1-0/+3
2010-08-04Update bit_offset whether calling MAC dissector or not.martinm1-1/+1
2010-08-04Ensure we don't index into a NULL pointer.stig1-0/+1
2010-08-04Initialize confounder to ensure it has a known value.stig1-1/+1
2010-08-04Avoid a possible dereference of null pointer.stig1-2/+2
2010-08-04Avoid a possible dereference of null pointer.stig1-1/+1
2010-08-03From Slava:etxrab2-1/+16
2010-08-03From Slava:etxrab4-11/+63
2010-08-03From Brandon Skari:etxrab1-9/+3
2010-08-03(Trivial) Fix a typo.wmeier1-1/+1
2010-08-03Remove question marks in preference titles.sfisher1-2/+2
2010-08-03Add a preference to call MAC for TBs (on by default).martinm1-325/+212
2010-08-03Decode Browse Domain Announcement version and signature if signaturestig1-1/+1
2010-08-03Added some missing elements from MS Certificate:stig1-3/+6
2010-08-03Revert r30979, which removed the window size in SYN packets. People weregerald1-6/+4
2010-08-02Fix cases where the type of a for loop variable is smaller than the type of t...wmeier7-13/+14
2010-08-02Mark encryptedData as unused, to avoid warnings when not HAVE_LIBGCRYPT.stig1-2/+2
2010-08-02Added missing include <string.h>.stig1-5/+6
2010-08-01Try to fix the GTP' header dissection a bit.etxrab1-8/+14
2010-08-01[Automatic manuf and enterprise-numbers update for 2010-08-01]gerald1-6/+154
2010-07-30- Comment: some abbreviations usedjmayer1-6/+87
2010-07-30Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don'tguy1-0/+3
2010-07-29Use ep-allocated strings for our data source names.gerald1-2/+2
2010-07-29Don't use sprintf().martinm1-4/+5
2010-07-29Improve display of tty lines.martinm1-5/+25
2010-07-28From Pascal Quantin:etxrab1-0/+2
2010-07-28Allow DRB frames to be passed to PDCP (where they may be decoded as IP).martinm1-31/+66
2010-07-28Split dissection of GTP and GTP' in ordet to try to fix bugetxrab1-35/+56
2010-07-28Backing out r33631 for now - it has a number of issues.guy1-2/+1
2010-07-26(Trivial) Fix a typo.wmeier1-1/+1