aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-13Add missing arguments.Gerald Combs1-6/+6
2012-10-13Fix initialization order.Gerald Combs1-1/+1
2012-10-13Fix Windows compilation problems from r45513. #ifdef out some non-WindowsGerald Combs8-143/+143
2012-10-12Add a packet format group box, similar to the packet range group box.Gerald Combs16-50/+715
2012-10-12Use seasonal allocation for name resolution. This effectively scrubs ourGerald Combs4-42/+70
2012-10-12Do not use private_data from caller dissector as IKEv2 decryption parametersPascal Quantin1-0/+4
2012-10-12And that also means that we need to split the data rate from theGuy Harris1-1/+2
2012-10-12The "rate" field in the CommView NCF format is 1 byte long, not 2 bytesGuy Harris1-2/+3
2012-10-12Move proto_register...() and proto_reg_handoff...() to the end of the file as...Bill Meier1-99/+97
2012-10-12Fix (what appears to be) a minor "off by one" bug in 'for' loop.Bill Meier1-1/+1
2012-10-12From Josip Medved:Anders Broman1-3/+3
2012-10-12From Andrei Emeltchenko:Anders Broman1-0/+2
2012-10-12Include setup.ini in the tarball.Anders Broman2-0/+2
2012-10-12If we see an SHB after we've read the first SHB, report that as anGuy Harris1-79/+113
2012-10-12When configuring DRB mappings (from signalling channel), create aMartin Mathieson1-18/+51
2012-10-11Make new text translatable (a Alexis La Goutte3-89/+232
2012-10-11Reorder 80211 dissector code (put value_string/true_false_string in top of fi...Alexis La Goutte1-1082/+1083
2012-10-11Enhance dissection of Terminal ProfilePascal Quantin1-89/+1043
2012-10-11Small enhance following patch about 802.11ac (VHT)Alexis La Goutte1-2/+3
2012-10-11Correction to SVN #45476Bill Meier1-1/+1
2012-10-11Add Qtshark to Windows Installer (NSIS)Alexis La Goutte3-1/+31
2012-10-11From Alex Badea via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7849Alexis La Goutte1-6/+35
2012-10-11From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-0/+2
2012-10-11From Richard Sharpe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7840Alexis La Goutte1-26/+98
2012-10-11From Richard Sharpe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7838Alexis La Goutte1-3/+130
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'Bill Meier12-44/+43
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier13-63/+66
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'.Bill Meier1-339/+341
2012-10-11Make sure sync_interface_stats_close calls sync_pipe_kill on allGerald Combs1-0/+7
2012-10-11In GTK3 the settings.ini file serves the same purpose as the gtkrc file.Anders Broman1-0/+5
2012-10-11Fix:Anders Broman1-10/+6
2012-10-11Make idl2wrs dissectors filterable - Part 1Michael Mann7-34092/+19370
2012-10-11Should have been part of r45470, changing format of "magic number"Michael Mann1-2/+2
2012-10-11General cleanup, made more items filterable. Checking in now to get a new ba...Michael Mann2-1849/+1532
2012-10-11Fix infinite loop in HART/IP dissector (https://bugs.wireshark.org/bugzilla/s...Michael Mann1-70/+62
2012-10-11Fix crash when use pcapng with comments (with QtShark)Alexis La Goutte1-0/+4
2012-10-11From Bartosz Brachaczek:Anders Broman2-43/+15
2012-10-11hf_isup_cic is now BASE_DEC, so there's no reason to useGuy Harris1-2/+2
2012-10-11"Prepare/Apply a filter" on ISUP CIC should make a filter with decimal CIC nu...Anders Broman1-2/+2
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'Bill Meier1-13/+13
2012-10-11The usual idiom in C for "do this N times" is "for (i = 0; i < N; i++)",Guy Harris1-1/+1
2012-10-10Copy of tap details needed to be a little bit deeper.Martin Mathieson1-1/+5
2012-10-10From Bill Parker: fix typo.Guy Harris1-1/+1
2012-10-10Fix a copy+paste error and a missing include. Adjust the format_sizeGerald Combs2-5/+7
2012-10-10Based on patch from Bill Parker, check for ws_fopen() failing.Guy Harris1-6/+10
2012-10-10From Bill Parker: check for ws_fopen() failing.Guy Harris1-5/+11
2012-10-10Add a format_size function similar to g_format_size that renders a sizeGerald Combs7-35/+107
2012-10-10In the include processing code, if ddict_open() fails, bail outGuy Harris1-3/+8
2012-10-10Revert changes to ep_ allocator, revert edt ref-counting.Jakub Zawadzki4-142/+40
2012-10-10Get rid of an outdated formatMartin Mathieson1-6/+0