aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-07-26SMB2: Always display reserved fieldAlexis La Goutte1-2/+29
2016-07-26WBXML: limit the recursion levelPascal Quantin1-1/+7
2016-07-26WAP: check that tvb_get_guintvar does not overflowPascal Quantin5-117/+139
2016-07-26proto.c: add bounds check to proto_tree_add_text(_valist)_internalPascal Quantin1-0/+16
2016-07-26Use a variable consistently.Gerald Combs1-1/+1
2016-07-26IPv6: Add fragment header size #defineJoão Valverde2-4/+6
2016-07-25editcap: fix typosDario Lombardo1-2/+2
2016-07-25vxlan(.h): fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1
2016-07-25SMB2: (Re)indent hf_register_info hf (use tab)Alexis La Goutte1-767/+1175
2016-07-25vsock: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2016-07-25LDSS: check if a conversation already exists before recreating itPascal Quantin1-11/+14
2016-07-25SHIM6: rename p variable by offsetAlexis La Goutte1-143/+126
2016-07-25[S1AP] Add dissection of the content of UERadioCapabilityForPaging.AndersBroman6-2998/+3253
2016-07-25[GTPv2] Dissect TWAN Identifier and other minor updates.AndersBroman1-8/+202
2016-07-25IPv6: Use wmem_packet_scope for ws_ip address allocationJoão Valverde1-2/+2
2016-07-25IPv6: Use pinfo->pool scope for ipv6_pinfoJoão Valverde1-1/+1
2016-07-25IPv6: Say "unknown" for unknown ip protocol column infoJoão Valverde1-1/+1
2016-07-25IPv6: Use ipv6_pinfo_t instead of ws_ip to keep some stateJoão Valverde6-52/+20
2016-07-25RLC: fix a variable overflow in rlc_decode_li functionPascal Quantin1-3/+4
2016-07-25RLC: fix a stack overflow in rlc_decode_li functionPascal Quantin1-1/+1
2016-07-25Add vSocket dissectorGerard Garcia4-1/+327
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann23-194/+234
2016-07-24Pacify GTK checkAPIs.pl warnings.Michael Mann15-43/+61
2016-07-24zvt: use a hash table for the bitmapsMartin Kaiser1-68/+81
2016-07-24Use 'nxt' argument in ipv6_dissect_next()João Valverde1-1/+1
2016-07-24zvt: rename dissect_zvt_bitmap_apdu() to dissect_zvt_bitmap_seq()Martin Kaiser1-6/+7
2016-07-24zvt: rename bitmap to bmpMartin Kaiser1-4/+4
2016-07-24Add Ericsson A-bis P-GSL dissectorHarald Welte5-1/+418
2016-07-24Replace strlen with NULL checks to pacify checkAPIs.plMichael Mann2-4/+4
2016-07-24Fix shadow variable warnings.Michael Mann2-11/+11
2016-07-24[Automatic update for 2016-07-24]Gerald Combs12-282/+580
2016-07-24Add basic dissector for Ericsson Packet A-bis TFP ProtocolHarald Welte5-1/+226
2016-07-24L2TP: Add some more Ericsson-specific AVPsHarald Welte1-0/+8
2016-07-24Fix indentation (no tabs).Guy Harris1-1/+1
2016-07-24More null "IP information" pointer checks.Guy Harris1-27/+35
2016-07-24Don't even *mention* the TTL/hop limit if we don't have it.Guy Harris2-4/+13
2016-07-24More null "IP information" pointer checks.Guy Harris4-7/+13
2016-07-24Pass the next protocol value to ip_try_dissect() as an argument.Guy Harris3-5/+6
2016-07-24Pass the next header value to ipv6_dissect_next() as an argument.Guy Harris5-14/+14
2016-07-24More null pointer checks.Guy Harris1-2/+4
2016-07-24Don't assume we've been passed a non-null data pointer.Guy Harris1-1/+10
2016-07-24Enable "Save As..." iff cf_can_save_as() returns TRUE.Guy Harris1-1/+3
2016-07-23Replace an #ifdef with g_path_is_absolute()João Valverde1-7/+2
2016-07-23packet-ehdlc: Update with results from better understanding the protocolHarald Welte1-44/+105
2016-07-23Add support for USB3-specific Hub Class Feature SelectorsSean O. Stalley1-14/+31
2016-07-23packet-socketcan.c - Add subdissector name to layer list.Michael Mann1-1/+1
2016-07-23filesystem.c: Don't constify mallocated pointerJoão Valverde1-15/+12
2016-07-23Suggest using a task dialog, so we can label the buttons.Guy Harris1-18/+16
2016-07-23ZigBee: implement dissector for Parent_Annce_rsp; minor fixesdsrsupport3-2/+48
2016-07-23Qt follow stream: don't clear the text widget when doing Save-As.Jeff Morriss1-2/+9