aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-20Qt: Add a CaptureFile class.Gerald Combs21-370/+567
2014-12-20Consolidate RTP stream structs.Gerald Combs7-246/+169
2014-12-20Fix typo.Guy Harris1-10/+1
2014-12-20When checking for floorl(), include math.h.Guy Harris1-2/+6
2014-12-20Add a check for floorl().Guy Harris2-3/+7
2014-12-20Don't bother with __builtin_floorl().Guy Harris1-11/+0
2014-12-20Use AC_SEARCH_LIBS() for math functions.Guy Harris2-24/+31
2014-12-20Include <math.h> to declare floor().Guy Harris1-0/+2
2014-12-20Remove trailing white space.Guy Harris2-2/+2
2014-12-20Rename wsutil/floor.[ch] to wsutil/floorl.[ch].Guy Harris4-8/+8
2014-12-20We assume all versions of MSVC have floorl().Guy Harris1-0/+3
2014-12-20If we don't have GCC, fall back on using floor().Guy Harris1-2/+10
2014-12-20Handle floorl() the same way we handle other not-on-all-platforms functions.Guy Harris4-6/+22
2014-12-20Change more variables from si_code to mtp3_si_code to avoid conflictsStephen Fisher3-9/+9
2014-12-20Include floor.c and floor.h in the source tarball.Guy Harris1-0/+2
2014-12-20Use ENCTYPE_NULL in the krb5_crypto_init() call.Guy Harris2-2/+2
2014-12-20Another missing changeStephen Fisher1-2/+1
2014-12-20Another missing change, to include floor.hStephen Fisher1-0/+2
2014-12-20Don't use g_slist_free_full().Guy Harris1-8/+14
2014-12-19Add a missing line related to previous two commitsStephen Fisher1-0/+1
2014-12-19Add missing files from last commitStephen Fisher2-0/+70
2014-12-19Revert "Provide a floorl() function (which is currently only able to call GCC...Stephen Fisher3-5/+0
2014-12-19Provide a floorl() function (which is currently only able to call GCC'sStephen Fisher3-0/+5
2014-12-19Get rid of some accidentally-checked-in debugging stuff.Guy Harris1-1/+1
2014-12-19Throw some casts at compiler warnings.Guy Harris2-10/+10
2014-12-19Move packet-kerberos.c to the dirty dissectors because it generatesStephen Fisher1-1/+1
2014-12-19Add parenthesis around some generated code so it compiles. This newStephen Fisher1-1/+1
2014-12-19Take out parenthesis around faq.txt rule so it works when automakeStephen Fisher1-5/+5
2014-12-19Replace uses of proto_get_frame_protocols with proto_is_frame_protocol when o...Michael Mann5-38/+8
2014-12-19Skip over the new 'switch' field in xproto/src/xinput.xml so we canStephen Fisher1-0/+1
2014-12-19ISIS: Fix warning: '@return' command used in a comment that is attached to a ...Alexis La Goutte1-1/+0
2014-12-19Bring pkg.m4 in from pkgconfig version 0.28 so we can use theStephen Fisher1-0/+214
2014-12-19Use new color_dissector_filters.[ch] to refactor (color) conversation generat...Michael Mann10-747/+329
2014-12-19Bluetooth: Remove unused value strings.Gerald Combs1-14/+0
2014-12-19Put a colon after the error message and before the field the errorStephen Fisher1-1/+1
2014-12-19Add a comment to each of these scripts to say thatStephen Fisher2-0/+4
2014-12-19Finish renaming si_code to mtp3_si_code.Jeff Morriss1-3/+3
2014-12-19Remove main-menubar-ui.xml because it's not used.Michael Mann2-397/+0
2014-12-19Rename si_code variable to mtp3_si_code to avoid conflicts with NetBSD'sStephen Fisher3-3/+3
2014-12-18Allow "cba" filter prefix for hf_ fields. Seems like something with "pn" or ...Michael Mann1-0/+1
2014-12-18proto.c: Add hint to 'DISSECTOR_ASSERT(hf->bitmask != 0)' to show field name.Bill Meier1-1/+1
2014-12-18Add new cmake.in files to the distributionMaarten Bezemer1-0/+2
2014-12-18Add new cmake files to the distributionAndersBroman1-0/+2
2014-12-18Add support for multifields in custom columnMichal Labedzki6-273/+313
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki29-1070/+1986
2014-12-18Bluetooth: BTLE: Add src/dst addresses when they are knownMichal Labedzki5-104/+123
2014-12-18DisplayFilter: Check also another fields with the same nameMichal Labedzki1-33/+18
2014-12-18Use LocatePythonModule to locate asn2wrs.pyMaarten Bezemer3-22/+6
2014-12-18Use LocatePythonModule to find make-dissector-reg.py in order to make UseMake...Maarten Bezemer5-5/+62
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris12-116/+92