aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann15-41/+52
2015-01-08Remove decode_numeric_bitfield.Michael Mann4-29/+2
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann23-78/+63
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann26-115/+153
2015-01-08Various minor updates to the LBM dissectors.David Ameiss1-16/+34
2015-01-08packet-irda.c: Add editor modelinesBill Meier1-0/+13
2015-01-08FT_DOUBLEs are 8 bytes; use FT_FLOAT for 4-byte floating-point values.Guy Harris1-12/+30
2015-01-07Set the (GT) address even if the message is routed by SSN.Luke Mewburn1-7/+7
2015-01-07Squelch a compiler warning.Guy Harris1-1/+1
2015-01-07capture file dlg (GTK): Nesting level does not match indendation (CID 1159217)Alexis La Goutte1-1/+2
2015-01-07S5066DTS: Nesting level does not match indendation (CID 1159211 & 1159212)Alexis La Goutte1-2/+4
2015-01-07BTLE: Nesting level does not match indendation (CID 1261651)Alexis La Goutte1-2/+2
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann64-128/+107
2015-01-07Replace bytes_to_ep_str_punct with wmem equivalent.Michael Mann7-80/+63
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann15-42/+48
2015-01-07Remove bytestring_to_ep_strMichael Mann5-42/+8
2015-01-07Updates in it translation.Dario Lombardo2-1181/+1813
2015-01-07[MIP6] Update to handling ofAndersBroman1-17/+3
2015-01-07simplify tvb_address_to_strEvan Huus1-17/+11
2015-01-07MSVC: Fix opting out of librariesOrgad Shaneh2-16/+3
2015-01-07Use tvb_address_to_str as an optimizationMichael Mann2-16/+4
2015-01-07SET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the tvb_get_ptr use.Michael Mann17-397/+267
2015-01-07DJIUAV: small cleanupsPascal Quantin1-8/+12
2015-01-07Don't run checkapi on .rc files.Guy Harris1-0/+3
2015-01-07SMB: the "encryption key" in the negotiate response is not really a keyMartin Kaiser1-27/+27
2015-01-07Cast away an insignificant warning.Guy Harris1-1/+1
2015-01-07Fix compiler error because I didn't completely amend last patch.Michael Mann1-12/+1
2015-01-07Add tvb_address_to_str.Michael Mann7-92/+139
2015-01-07Improved handling of ARDP fragmented packets.Joseph Huffman1-19/+66
2015-01-06Fix GCC pragma.Gerald Combs1-6/+2
2015-01-06checkAPIs: C++ comments are allowed in Windows resource files.Gerald Combs1-1/+7
2015-01-06Try to suppress clang warnings in exntest.Gerald Combs1-1/+8
2015-01-06MBIM: call dissector_(add|delete)_uint only when necessaryPascal Quantin1-6/+9
2015-01-06NSIS: Quote all paths in config.nsh.Gerald Combs3-19/+21
2015-01-06NetFlow: Add Ixia 'IxFlow' fields and make some general usability improvementsMartin Mathieson2-36/+532
2015-01-06$(MSVCR_DLL) might contain spaces, so we need to quote that sed expression.Guy Harris1-1/+1
2015-01-06NSIS: Move definitions to their own file.Gerald Combs4-90/+195
2015-01-06CMake: Add an ENABLE_CODE_ANALYSIS option.Gerald Combs2-0/+6
2015-01-06DJI UAV: Add dissector to autotools and add modelines infoAlexis La Goutte2-0/+14
2015-01-06Revert e65f581ffa86f6bfd566a9b66ca2c882f465727f, whichJoerg Mayer2-0/+6
2015-01-06DNS: fix no previous prototype for 'qname_labels_count' [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2015-01-06Qt: Add a context menu to the packet list header.Gerald Combs21-37/+667
2015-01-06p_mul: Indicate if fletcher algorithm is used.Stig Bjørlykke1-2/+9
2015-01-06s5066ses: Fixed some missing sapid mappings.Stig Bjørlykke1-2/+2
2015-01-06s5066sis: Consume transport layer data in S5066sisRicardo Cristian Ramirez5-459/+634
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann39-165/+287
2015-01-06[PROFINET] v2: Fix swapped MaintenanceRequired & MaintenanceDemanded bitsAnish Bhatt1-2/+5
2015-01-06Revert "[PROFINET] Fix swapped MaintenanceRequired & MaintenanceDemanded bits"Anish Bhatt1-8/+8
2015-01-05Minor CMake updates to better group build artefactsGraham Bloice6-8/+14
2015-01-05Squelch harmless compiler warnings.Guy Harris1-3/+3