aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-12-14[PPP] Dissect BCP NCP Options data.AndersBroman1-28/+80
2015-12-14Create capture dissector tables.Michael Mann61-757/+530
2015-12-14PPP: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+8
2015-12-14GTPv2 conversation adaptationGloria Pozuelo1-2/+196
2015-12-14Lua: Cleanup ProtoField_timeStig Bjørlykke1-15/+10
2015-12-14No need to free the value of a string preference in the garbage collector.Guy Harris1-3/+10
2015-12-13recent.c: fix declaration of ‘value_string’ shadows a global declarationPascal Quantin1-2/+2
2015-12-13ULP: prettify dissectionPascal Quantin3-284/+2514
2015-12-13Use common code for Boolean and enumerated recent values.Guy Harris1-157/+109
2015-12-13Fix crash at startupPascal Quantin1-4/+4
2015-12-13ui: Read and write correct recent timestamp formatStig Bjørlykke1-34/+40
2015-12-13Qt: Removed applyRecentColumnWidths from recentFilesReadStig Bjørlykke4-10/+13
2015-12-13[ppi] initialize phdr to 0Martin Kaiser1-0/+1
2015-12-13Explicitly specify the template for the mktemp command.Guy Harris1-1/+1
2015-12-13Standardize the capture dissector function signature.Michael Mann39-114/+91
2015-12-13Create the capture dissector hash table before registering capture dissectors.Guy Harris1-1/+1
2015-12-13[Automatic update for 2015-12-13]Gerald Combs17-1408/+1839
2015-12-13Create a way to register "capture" dissectors.Michael Mann67-761/+358
2015-12-13NBAP : Verify conversation proto data exists before trying to access itAnish Bhatt2-36/+42
2015-12-13capture_dlg (gtk): The use of 'if (A) {...} else if (A) {...}' pattern was de...Alexis La Goutte1-3/+1
2015-12-13text_import: Argument with 'nonnull' attribute passed null found by Clang Ana...Alexis La Goutte1-0/+4
2015-12-13Qt: Start with correct seconds formatStig Bjørlykke1-1/+1
2015-12-13The variable is assigned values twice successively found by PVS Studio (V519)Alexis La Goutte3-3/+3
2015-12-13telnet: add more options, including START_TLSPeter Wu1-1/+51
2015-12-13Register TCP ports 6000-6063 for X11 dissector.Michael Mann1-8/+26
2015-12-13Start deprecating the capture info API.Gerald Combs9-23/+20
2015-12-12Qt: validate format string before calling strftime()Pascal Quantin3-26/+83
2015-12-12Qt: Apply recent column widths when columns changedStig Bjørlykke1-1/+1
2015-12-12[usb] update a commentMartin Kaiser1-1/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde29-109/+81
2015-12-12[iso14443] dissect the PCB byte and payload of I, R and S-blocksMartin Kaiser1-46/+126
2015-12-12[iso14443] dissect some more components of the ATQBMartin Kaiser1-45/+138
2015-12-12Increase ZBEE_ZCL_APPL_EVTALT_NUM_STRUCT_ETT to match ZBEE_ZCL_APPL_EVTALT_CO...Michael Mann1-1/+1
2015-12-12Range check ett_ array access.Michael Mann1-1/+1
2015-12-12Avoid breaking output string mid-sentenceJoão Valverde1-2/+2
2015-12-12[RSL] Just return rest of packet if TLV type is unknownMichael Mann1-2/+1
2015-12-12Update USBPcap installer packagedPascal Quantin4-9/+9
2015-12-12tfshark: Declare 'local_wtap_read' static [-Wmissing-prototypes]João Valverde1-1/+1
2015-12-12cmake: Fix platform introspection for inet_aton() [-Wredundant-decls]João Valverde1-2/+2
2015-12-12Ping on Windows isn't necessarily IPv4-only.Gerald Combs1-5/+5
2015-12-12Clamp zooming so that we don't get zero or negative font sizes.Guy Harris4-26/+17
2015-12-11IPv6: Dest/Hop extension header register_info fixupJoão Valverde1-8/+8
2015-12-11ULP: register dissector for application/vnd.omaloc-supl-init mediaPascal Quantin2-0/+2
2015-12-11Consistently use spaces rather than tabs.Guy Harris1-2/+2
2015-12-11Lua: Check for empty name in ProtoFieldStig Bjørlykke1-0/+25
2015-12-11MIPv6: Add support for "Home Agent Switch Message" Mobility HeaderJoão Valverde1-12/+75
2015-12-11ENIP: Add sanity check when connection info not availableD. Ulis1-0/+7
2015-12-11Fix memory leaks in all_ifaces when interface list changesMikael Kanstrup8-9/+68
2015-12-11Lua: Validate ProtoExpert.new argumentsStig Bjørlykke1-1/+48
2015-12-11epan: Don't export deregister functionsStig Bjørlykke7-19/+8