summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-10-11Destroy dissector tables on shutdown and use epan scoped memory of handles.Evan Huus1-7/+18
2013-10-11Free all the heuristict dissector lists and their entries on shutdown, anotherEvan Huus1-6/+21
2013-10-11Fix compilation when we don't HAVE_LIBGCRYPTJeff Morriss1-1/+3
2013-10-10When TCP options are truncated, we only add the truncated length to the tree,Evan Huus1-1/+1
2013-10-10Fix an infinite loop detected during fuzz testingPascal Quantin1-11/+41
2013-10-10Try to make the build bot happy.Anders Broman1-1/+1
2013-10-10Flag the addresses used in the trace which has been resolved and only add tho...Anders Broman2-37/+44
2013-10-10Add a call to tvb_ensure_bytes_exist before we allocate memory based on ourEvan Huus1-5/+6
2013-10-10From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9246Evan Huus2-29/+36
2013-10-10From Marko Hrastovec viaEvan Huus1-1/+300
2013-10-10Safer to compare return value of tvb_reported_length_remaining() > 0 than != 0.Chris Maynard1-30/+30
2013-10-10"Expert Info (Error/Malformed) trying to fetch an unsigned integer with lengt...Cal Turney1-4/+11
2013-10-10Slightly change heuristicsPascal Quantin1-6/+11
2013-10-10Add fragmentation supportPascal Quantin1-236/+349
2013-10-09Fix signed vs. unsigned comparison warnings.Guy Harris1-4/+4
2013-10-09Don't update DRX state when preference is turned offMartin Mathieson1-77/+90
2013-10-09Update a commentPascal Quantin1-1/+1
2013-10-09Change the default UDP port to 0.Anders Broman1-2/+3
2013-10-09Check if first char is printable.Anders Broman1-0/+6
2013-10-09Try to fixAnders Broman1-4/+4
2013-10-09Make RTPProxy a newstyle dissector.Anders Broman1-6/+17
2013-10-09Make column "filter name" prefixed with _ws. to be the same as other "*shark ...Michael Mann1-1/+1
2013-10-090xffffffffffff doesn't necessarily fit in an int, so useGuy Harris1-3/+3
2013-10-09Try to make more efficient heuristick checks.Anders Broman4-13/+19
2013-10-09If the capture is frame sliced at or beyond the TCP 20-byte fixed length port...Cal Turney1-15/+31
2013-10-09From Peter Van Eynde via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-6/+6
2013-10-09Improve on r52458 and bugfix a few places where offset wasn't incrementing. ...Michael Mann1-36/+32
2013-10-09Prefix all "Wireshark application specific" display filters with a "_ws." to ...Michael Mann5-23/+30
2013-10-09Add an option (off by default) to force decoding of unknown USB control data ...Pascal Quantin1-0/+13
2013-10-08Hacky fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9248Evan Huus1-0/+3
2013-10-08Replace a strbuf with a much simpler strdup_printf since it was in fact onlyEvan Huus1-6/+6
2013-10-08Don't try and construct an OID string if the len is zero. FixesEvan Huus1-3/+6
2013-10-08Separate state struct into separate config and running_state structs. Also, ...Martin Mathieson1-55/+63
2013-10-08Reorganize handling of incomplete fragments slightly. The logic hasn't changedEvan Huus1-9/+15
2013-10-08mpeg pes private data is 16 bytes long, see iso 13818-1Martin Kaiser1-3/+3
2013-10-08Add information about the IANA assigned UDP port.Anders Broman1-1/+5
2013-10-08Don't try and fetch the repeat value of slot 0, since it makes us underflow theEvan Huus1-1/+7
2013-10-07Starting to debug DRX supportMartin Mathieson1-38/+45
2013-10-07From Erik Hugne:Anders Broman1-0/+12
2013-10-07From Erik Hugne:Anders Broman1-8/+15
2013-10-07From Michal Labedzki viaEvan Huus1-207/+180
2013-10-07dissect mpeg registration descriptorMartin Kaiser1-0/+33
2013-10-07MBIM data is transferred over CDC-Data interface class. Remove useless code.Pascal Quantin2-50/+11
2013-10-07Dissect MBIM traffic over USB bulkPascal Quantin2-15/+406
2013-10-07Update function name in debug infoPascal Quantin1-1/+1
2013-10-06Libwireshark now links on windows with cmakeJörg Mayer1-0/+1
2013-10-06Add support for relative OID to PER dissectorPascal Quantin2-4/+32
2013-10-06From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9192 :Pascal Quantin1-102/+27
2013-10-06Remove packet-vj.c as it does not appear to be under a license we can use.Evan Huus3-881/+0
2013-10-06Remove trailing whitespaceJörg Mayer1-2/+2