summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-21Qt: Fill in time display menu items. Other fixes and updates.Gerald Combs11-70/+452
2014-10-21osx-app.sh: Add verbosity.Gerald Combs1-1/+1
2014-10-21Fix the condition for an expert infoMichael Tüxen1-3/+3
2014-10-21fix wrong offset for ID Capability Flags 1Martin Kaiser1-1/+1
2014-10-21tn5220: prevent another potential endless loopMartin Kaiser1-1/+6
2014-10-21no need for if(tree)Martin Kaiser1-8/+4
2014-10-21no need for continue at the end of a while loop, we loop anywayMartin Kaiser1-1/+0
2014-10-21Make the "-qt" option the default in the OS X packaging scripts.Gerald Combs3-12/+24
2014-10-21Add OID callback for private IEs making it possible to call a dissectorAndersBroman3-85/+120
2014-10-21Add OID dissector table for PER based dissection.AndersBroman2-2/+53
2014-10-21Handle an hfindex of -1.Guy Harris1-10/+10
2014-10-21With CMake, define WANT_PACKET_EDITOR in config.h.Guy Harris2-6/+3
2014-10-21file.c isn't in a DLL, so what it exports shouldn't be WS_DLL_PUBLIC.Guy Harris1-1/+0
2014-10-21Fix the earlier checkin.Guy Harris1-3/+3
2014-10-21Fix a number of what appear to be errors.Guy Harris1-8/+63
2014-10-20CMake: Use WIRESHARK_LIB_DIR. Fix GThread check on Windows.Gerald Combs3-10/+24
2014-10-20Export cf_set_frame_edited().Guy Harris1-0/+1
2014-10-20kafka: summarize number of messages in a setEvan Huus1-0/+3
2014-10-20Fix support for writing out edited records.Guy Harris3-25/+61
2014-10-20Proto: Fixed proto_unregister_field()Stig Bjørlykke1-4/+4
2014-10-20tn5250: fix an endless loop, exit when offset is not incrementedMartin Kaiser1-0/+2
2014-10-20OS X: Add retina / hidpi support to Info.plist.Gerald Combs1-64/+66
2014-10-20kafka: compression codec is unsignedEvan Huus1-1/+1
2014-10-20Don't use toupper() in the test program.Guy Harris1-1/+1
2014-10-20Get rid of another toupper() call in favor of g_ascii_toupper().Guy Harris1-1/+1
2014-10-20Sign, Flex strikes again; it generates code that produces warnings.Guy Harris1-3/+6
2014-10-20And some more comment cleanup.Guy Harris1-2/+2
2014-10-20More comment cleanup.Guy Harris2-6/+7
2014-10-20Clean up some comments.Guy Harris1-3/+2
2014-10-20Get rid of calls to ctype.h functions.Guy Harris30-209/+114
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris19-26/+0
2014-10-20Check if mask_greatest_bit_offset is within limits.Stig Bjørlykke1-1/+1
2014-10-20Eliminate proto_tree_add_text from packet-cdp.cMichael Mann1-251/+245
2014-10-19This appears to be clean with my build; see if it needs work with others.Guy Harris1-6/+3
2014-10-19Eliminate a use of a ctype.h function.Guy Harris1-2/+1
2014-10-19Eliminate use of ctype.h routines.Guy Harris2-4/+6
2014-10-19Get rid of unnecessary include of ctype.h.Guy Harris1-1/+0
2014-10-19Remove unnecessary tvb_ensure_bytes_exist calls.Michael Mann12-312/+20
2014-10-19[Automatic manuf, services and enterprise-numbers update for 2014-10-19]Gerald Combs4-12/+206
2014-10-19TDS: Make buildbot happyAlexis La Goutte1-1/+1
2014-10-19packet-amqp.c: Temporary/preliminary fix for Bug #10582 (crash)Bill Meier1-0/+10
2014-10-19Eliminate proto_tree_add_text from packet-tds.cMichael Mann1-111/+175
2014-10-19PCAPNG (wiretap): Fix Dead Store (Dead assignement/Dead increment) warning fo...Alexis La Goutte1-5/+0
2014-10-19Eliminate proto_tree_add_text from packet-smpp.cMichael Mann1-62/+57
2014-10-19Eliminate proto_tree_add_text from packet-nhrp.cMichael Mann1-66/+46
2014-10-19Eliminate proto_tree_add_text from packet-ismp.cMichael Mann1-168/+177
2014-10-19Eliminate proto_tree_add_text from packet-arp.cMichael Mann3-58/+72
2014-10-19Eliminate proto_tree_add_text from packet-ipx.cMichael Mann3-103/+116
2014-10-19Eliminate proto_tree_add_text from packet-igrp.cMichael Mann1-16/+61
2014-10-18Lua: Added ProtoField.noneStig Bjørlykke1-2/+11