summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-10Combine some of the the Windows and non-Windows merge code and make itGerald Combs3-242/+238
2012-09-10add private data specifier for NorDigMartin Kaiser1-1/+3
2012-09-10use proto_mpeg_descriptor_loop_dissect() in the NITMartin Kaiser1-8/+5
2012-09-10function to dissect a sequence of mpeg/dvb descriptorsMartin Kaiser2-1/+212
2012-09-10fix compiler errorsMartin Kaiser1-4/+1
2012-09-10From Mike Morrin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7686 :Pascal Quantin1-3186/+705
2012-09-10Copy over HAVE_NL80211 from autofooJörg Mayer2-1/+14
2012-09-10update the expert info entries after a packet comment was modifiedMartin Kaiser3-0/+9
2012-09-10Make the check for NL80211_CMD_SET_CHANNEL work by copyingJörg Mayer1-3/+14
2012-09-10Update svnversion.h with (short) SHA-1 commit id and branch when use git repo...Alexis La Goutte1-0/+27
2012-09-10From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-6/+25
2012-09-10From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-3/+7
2012-09-10From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-25/+56
2012-09-10Revert part of r44845 (packet-lppe.c) #failJakub Zawadzki1-78/+78
2012-09-10Propage changes done in generated dissectors to asn1/Jakub Zawadzki12-131/+135
2012-09-10Attempt to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5699 Jeff Morriss1-2/+2
2012-09-10Add SVN propertiesPascal Quantin1-1/+1
2012-09-10Compiler fixes to rev 44841Michael Mann1-6/+6
2012-09-10Add Bluetooth HID dissector (https://bugs.wireshark.org/bugzilla/show_bug.cgi...Michael Mann3-0/+1097
2012-09-10Fix a typo.Anders Broman1-1/+1
2012-09-10From Pontus Fuchs.Anders Broman2-2/+12
2012-09-10Only check if the NL-stuff isn't in the caches alreadyJörg Mayer1-38/+45
2012-09-10From Michal Labedzki:Anders Broman1-44/+44
2012-09-10From Michal Labedzki:Anders Broman1-22/+22
2012-09-10From Michal Labedzki:Anders Broman1-2/+2
2012-09-10From Michal Labedzki:Anders Broman1-0/+10
2012-09-10From Michal Labedzki:Anders Broman1-1/+1
2012-09-10Fix AVP attribute.Anders Broman1-1/+1
2012-09-10From Michal Labedzki on behalf of Tieto Corporation:Anders Broman1-39/+128
2012-09-10From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-35/+35
2012-09-10From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-2/+85
2012-09-10From Rick Krull:Anders Broman1-0/+1
2012-09-10Add dissection of Vendor id to CISCO AVP dissection.Anders Broman1-2/+9
2012-09-10Use non-capturing grouping when grouping just for alternatives;Bill Meier1-6/+6
2012-09-10As requested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5415#c4 :Jeff Morriss1-2/+4
2012-09-10string_strings and range_strings must also be {0, NULL} terminated.Jeff Morriss1-40/+42
2012-09-09From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-5/+2
2012-09-09Make count variable in editcap unsigned, fixes more format stringEvan Huus1-1/+1
2012-09-09[Automatic manuf, services and enterprise-numbers update for 2012-09-09]Gerald Combs3-15/+193
2012-09-09Convert inpkts_to_sync_pipe and report_packet_count() to use unsigned intsEvan Huus1-5/+5
2012-09-09From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658Evan Huus1-246/+953
2012-09-08At least with the Shiny New llvm-gcc in Xcode 4.4.1, there's no need toGuy Harris1-48/+0
2012-09-08Make register_all_wiretap_modules() and register_all_codecs() static;Guy Harris4-6/+6
2012-09-08Use g_hash_table_new_full() instead of g_hash_table_new() for subdissectorEvan Huus1-16/+8
2012-09-08OK, fine, g_malloc() and g_free(). We really should be usingGuy Harris1-7/+4
2012-09-08We no longer use Gestalt(), so there's no need to check for it.Guy Harris2-4/+17
2012-09-08Mountain Lion marks Gestalt() as deprecated, which causes the build toGuy Harris1-28/+131
2012-09-08Fix some issues that showed up when building on Mountain Lion, andGuy Harris2-31/+78
2012-09-07Include wspython if we *do* have libpy, not if we *don't*.Guy Harris1-1/+1
2012-09-07From Owen Kirby via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7704Alexis La Goutte1-14/+13