summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-21Do not use packet scoped memory in GUIPascal Quantin7-19/+19
2014-12-21Qt: rename SummaryDialog class to CaptureFilePropertiesDialogPascal Quantin3-5/+5
2014-12-21Qt: Better accordion frame layout.Gerald Combs1-9/+9
2014-12-21Do not use packet scope memory outside packet dissectorsPascal Quantin2-2/+2
2014-12-21no need for if(tree)Martin Kaiser1-25/+17
2014-12-21[Automatic manuf, services and enterprise-numbers update for 2014-12-21]Gerald Combs4-30/+314
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann17-263/+157
2014-12-21Replace ax25_to_str and get_ax25_name with address_to_str.Michael Mann8-47/+27
2014-12-21Allow "cba" filter prefix for hf_ fields (missed a Profinet file the first time)Michael Mann1-0/+1
2014-12-21Qt: keep "Copy to clipboard" button active when closing the capture_file_prop...Pascal Quantin1-4/+0
2014-12-21Fix Python 3 compatibility in LocatePythonModulePeter Wu1-1/+1
2014-12-21Add comments, change structure member name.Guy Harris1-9/+19
2014-12-21Clean up some error messages.Guy Harris1-2/+4
2014-12-21packet-PROTOABBREV.c: Update re #includeusageBill Meier1-4/+2
2014-12-21Cleanup use of #includes in a few recently committed dissectors.Bill Meier4-6/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier978-2212/+359
2014-12-21Qt: Don't clear the capture file properties.Gerald Combs1-2/+0
2014-12-21Qt: Fix accordion frame height calculation.Gerald Combs3-12/+41
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris54-91/+93
2014-12-21Qt: fix a crash when closing a file while capture file properties window is openPascal Quantin2-5/+14
2014-12-21Qt: disable Capture File Properties toolbar icon by defaultPascal Quantin1-1/+2
2014-12-21Remove profinet_type from packet_info structure.Michael Mann3-36/+43
2014-12-21MIPv6: simplify fixed point degrees conversionLuke Mewburn1-31/+14
2014-12-20Use "" rather than <> for includes; that might fix ABI check failures.Guy Harris1-2/+2
2014-12-20Qt: Use an accordion frame in the welcome screen.Gerald Combs3-15/+52
2014-12-20Remove debugging code.Gerald Combs1-6/+0
2014-12-20Fix filter test for multifield custom columnStig Bjørlykke2-2/+2
2014-12-20Qt: Revert back to an all-in-one main window.Gerald Combs3-230/+197
2014-12-20802.11: VHT NDP announcement frame is no correctly decode when there is FCSAlexis La Goutte1-22/+28
2014-12-20FCoIB / Infiniband SDP: prevent a crash when 'enable manual settings' is set ...Pascal Quantin2-2/+6
2014-12-20no need for if (tree)Martin Kaiser1-38/+23
2014-12-20hide the hf_msmms_data item, not the NULL itemMartin Kaiser1-1/+1
2014-12-20Fix filter valid/invalid test for multifield custom typeMichal Labedzki5-20/+48
2014-12-20Fix handling of 3-component OS version numbers.Guy Harris1-2/+3
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