summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-12-31Add heuristic for USB MassStorage dissector to be dissected by USB. Bug 8131...Michael Mann1-0/+19
2012-12-31From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-310/+322
2012-12-30[Automatic manuf, services and enterprise-numbers update for 2012-12-30]Gerald Combs1-1/+17
2012-12-30Use tvb_bcd_dig_to_ep_strAnders Broman1-27/+15
2012-12-30From Katrina Zhang:Pretify dissection if a dissector exists for the private e...Anders Broman1-6/+3
2012-12-30Move 3 ASN1 dissectors to 'clean' group; move 1 PIDL dissector to 'dirty' group.Bill Meier1-4/+4
2012-12-29Add a cast to pacify MSVC.Evan Huus1-1/+2
2012-12-29Implement wmem_strbuf_append_printf.Evan Huus2-7/+39
2012-12-29Rename tcp.data -> tcp.segment_data and add a description field.Evan Huus1-7/+7
2012-12-29Upgrade NAS disssectors to v11.5.0Pascal Quantin4-40/+45
2012-12-29Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs1-0/+7
2012-12-28Minor fix when building with VS2012 (VC11):Bill Meier1-1/+3
2012-12-28Add a strict allocator that does canaries and various other things, forEvan Huus6-1/+250
2012-12-28Add missing new dissectors to CMakeAlexis La Goutte1-0/+2
2012-12-28Tab => SpacesAlexis La Goutte1-3/+3
2012-12-27Make the alignment amount for the wmem block allocator into a #defineEvan Huus1-4/+12
2012-12-27Pre-declare just the enum, and not the typedef to avoid redefinition warnings.Evan Huus1-3/+3
2012-12-27Change the format of the environment variable slightly to allow overridingEvan Huus1-7/+19
2012-12-27Store the type of each wmem allocator.Evan Huus2-4/+17
2012-12-27Add full modelines and minor whitespace fixes.Evan Huus1-3/+8
2012-12-27Add initial support forMichael Tüxen2-0/+238
2012-12-27From Pawel Dziepak:dissect_rpc_array causes assertion fault when array is emp...Anders Broman1-7/+8
2012-12-27From Ankith: Media Independent handover (MIH) protocol dissector. https://bug...Anders Broman2-0/+4736
2012-12-27Add Media Independent Handover Protocol ethertypeAnders Broman2-0/+5
2012-12-26Tabs -> spaces.Guy Harris1-1/+1
2012-12-26Update a comment.Guy Harris1-4/+2
2012-12-26geoip_db_get_paths() is exported from libwireshark, so it has to existGuy Harris2-4/+5
2012-12-26Update a comment.Guy Harris1-2/+3
2012-12-26Do array bounds checking.Guy Harris1-4/+8
2012-12-26Don't define geoip_db_get_paths() unless we have GeoIP - we don't use itGuy Harris2-5/+4
2012-12-26From Michal Labedzki: To ensure that names are correct copy NULL too This fix...Anders Broman1-14/+14
2012-12-26OK, see if not using an enum gets rid of "implicit conversion shortensGuy Harris1-58/+56
2012-12-26bytestring_to_str() now returns a const char *; assign its result to aGuy Harris1-1/+1
2012-12-26And another 64-bit-to-32-bit conversion on 32-bit platforms.Guy Harris1-1/+1
2012-12-26Another 64-bit-to-32-bit warning that shows up in 32-bit environments.Guy Harris1-1/+1
2012-12-26Change wireshark_gen.py to make the operation argument to routines aGuy Harris4-1764/+1764
2012-12-26And more 64-bit-to-32-bit time issues on 32-bit platforms.Guy Harris1-8/+8
2012-12-26Another ILP32 Y2.038K warning.Guy Harris1-1/+1
2012-12-26Squelch a (Y2.038K) warning.Guy Harris1-1/+1
2012-12-26OK, *this* isn't a possibly-infinite loop.Guy Harris1-3/+3
2012-12-26Widen some loop variables, in the hopes that it'll squelch some loopGuy Harris1-3/+3
2012-12-26Eliminate multiple "const"s.Guy Harris1-1/+1
2012-12-26OK, fine, maybe sometimes it's used; flag it with _U_ while we're at it.Guy Harris1-1/+1
2012-12-26If a parameter might be unused, mark it with _U_; don't stick in a fakeGuy Harris1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris175-1679/+1539
2012-12-25bssmap_msg_fcn[] is a dense array, not a sparse array, so *every* entryGuy Harris1-6/+7
2012-12-25More checks to make sure pinfo->private_data is not null.Guy Harris1-68/+71
2012-12-25Add some additional sanity checks.Guy Harris2-0/+8
2012-12-25In dissect_bthci_evt_command_complete():Guy Harris1-42/+45
2012-12-25set the dtls record length for reassembly _before_ adding a fragmentMartin Kaiser1-2/+2