aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-28"%l[doux]" doesn't mean "64-bit integer".Guy Harris1-2/+2
2015-01-28Try dissecting some stuff even if we don't have conversation information.Guy Harris1-40/+71
2015-01-28Extended AMQP 0-9 dissector to support AMQP 0-9-1 methods and datatypes. Back...Petr Gotthard1-21/+335
2015-01-28Go back to installing 5.2.3 for now.Guy Harris1-1/+5
2015-01-28Proto dialog (GTK) : fix indent (use 2 spaces) and add modelinesAlexis La Goutte2-55/+76
2015-01-28Add files missing from the tarball.Anders2-1/+5
2015-01-28ANSI IS-637-A: prevent an out of bounds accessPascal Quantin1-2/+2
2015-01-28Make the USB header information an enumerated type.Guy Harris6-56/+122
2015-01-28win32: fix detection of Windows 10 Technical PreviewPascal Quantin1-2/+20
2015-01-28Move tests out of try_dissect_linux_usb_pseudo_header_ext().Guy Harris1-24/+30
2015-01-28Add documentation URLs for the Linux USB and USBPCAP pseudo-headers.Guy Harris1-0/+4
2015-01-27Qt: Update packet list freeze/thaw behavior.Gerald Combs1-4/+5
2015-01-27Added json heuristic to Dropbox LAN sync Discovery Protocol.Dario Lombardo2-0/+23
2015-01-27Comment out various 'if(tree)'Bill Meier4-4/+4
2015-01-27rtps: Remove various 'if(tree)'Bill Meier1-93/+0
2015-01-27NETROM: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2015-01-27HCrt: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2015-01-27WIMAX: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte11-27/+25
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan157-209/+940
2015-01-27Added HPFEEDS stats_tree.Dario Lombardo7-0/+126
2015-01-27HCrt fix no previous prototype for 'proto_register_hcrt' [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2015-01-27Qt: Add checkable for Find Packet iconAlexis La Goutte1-12/+6
2015-01-27Packet List (Qt): fix extra ‘;’ [-Wpedantic]Alexis La Goutte1-1/+1
2015-01-27GTK: Fix multispace on main title barAlexis La Goutte1-2/+2
2015-01-27CAPWAP: fix double space on AC Software versionAlexis La Goutte1-1/+1
2015-01-27GTK: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte3-0/+3
2015-01-27GTK: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte16-1/+17
2015-01-27CATTP: fix no previous prototype for 'proto_register_cattp' [-Wmissing-protot...Alexis La Goutte1-0/+1
2015-01-27epl: Add Manufacturer subdissectorRoland Knall1-43/+75
2015-01-27SMC-R: fix incorrect dissection of non-SMCR packet. FailoverJoe Fowler1-2/+10
2015-01-27qt: clear tree and bytes when no packet selectedEvan Huus1-0/+4
2015-01-26Pcapng: Don't fetch past the end of a GArray.Gerald Combs1-3/+3
2015-01-26rtp: Don't call col_...() under 'if (tree)'Bill Meier1-16/+16
2015-01-26rtmpt: Remove 'if (tree)'Bill Meier1-1/+1
2015-01-263GPP: upgrade 2G/3G NAS dissector to v12.8.0 and NAS EPS dissector to v12.7.0Pascal Quantin2-16/+40
2015-01-26Add Cmakefiles missing from the distribution.Anders1-0/+3
2015-01-26gsm-rlcmac: use wmem_new0 for a structEvan Huus1-2/+2
2015-01-26Register EtherNet/IP dissector for "external" use (like SSL)Michael Mann1-0/+2
2015-01-26Roll functionality of h225-persistentdata module into packet-h225.cMichael Mann6-236/+281
2015-01-26Move #defines of epan/greproto.h to packet-gre.hMichael Mann8-71/+39
2015-01-25Update another comment to reflect reality.Guy Harris1-2/+1
2015-01-25Update a comment to reflect reality.Guy Harris1-1/+2
2015-01-25Remove some references to SVN.Guy Harris1-10/+10
2015-01-25pana, gsm_abis_oml, rsl, netrom: Remove 'if (tree)'Bill Meier4-6/+4
2015-01-25applemidi: col_...() shouldn't be called under 'if(tree)'Bill Meier1-1/+1
2015-01-25Replace "GIT" with "VCS" in make-version.pl and files it manipulates.Guy Harris3-23/+23
2015-01-25Don't say "Git Rev" if the VCS being used isn't Git.Guy Harris1-2/+7
2015-01-25Get rid of unused is_release preference.Guy Harris1-1/+0
2015-01-25Update some comments to reflect reality.Guy Harris1-11/+14
2015-01-25Lua can free tvbuffs too earlyHadriel Kaplan3-5/+10