aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-10-15(try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7862Martin Kaiser1-2/+8
2012-10-15From Alexander KoeppeMartin Kaiser1-32/+44
2012-10-15Dissect more Application Toolkit commandsPascal Quantin1-7/+219
2012-10-15From Rakesh Kumar:Anders Broman1-1/+1
2012-10-15Try to get rid of some of the" pedantic" warnings.Anders Broman1-3/+3
2012-10-14Clean up the "round up to a multiple of 4" code a bit.Guy Harris1-2/+2
2012-10-14According toGuy Harris1-103/+174
2012-10-14The strings added to the value_string table for X11 opcodes forGuy Harris1-19/+8
2012-10-14Fix compile error.Bill Meier1-1/+1
2012-10-14Minor changes:Bill Meier1-97/+102
2012-10-14remove unused variable; fixes compile error.Bill Meier1-1/+0
2012-10-14convert proto_tree_add_text to proto_tree_add_item and expert_add_info_format...Michael Mann5-734/+784
2012-10-14From Yaniv Kaul: Spice protocol fixes and enhancementsBill Meier1-40/+167
2012-10-14[Automatic manuf, services and enterprise-numbers update for 2012-10-14]Gerald Combs1-9/+157
2012-10-14Some of the changes claimed to be in the previous checkin weren't there.Guy Harris1-5/+5
2012-10-14*Always* create a new data source when we decompress an IPv6 header.Guy Harris1-15/+13
2012-10-13The Interface Name field of the Interface Name sub-object of theGuy Harris1-3/+1
2012-10-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7858Evan Huus1-1/+1
2012-10-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7857 :Pascal Quantin1-1/+1
2012-10-13Don't add FT_UINTn values with proto_tree_add_int(). (The fields inGuy Harris1-4/+4
2012-10-12Use seasonal allocation for name resolution. This effectively scrubs ourGerald Combs2-38/+66
2012-10-12Do not use private_data from caller dissector as IKEv2 decryption parametersPascal Quantin1-0/+4
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 Andrei Emeltchenko:Anders Broman1-0/+2
2012-10-12When configuring DRB mappings (from signalling channel), create aMartin Mathieson1-18/+51
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-11From Alex Badea via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7849Alexis La Goutte1-6/+35
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-11Fix:Anders Broman1-10/+6
2012-10-11Make idl2wrs dissectors filterable - Part 1Michael Mann6-33894/+18748
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-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-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
2012-10-10Update to format of string that indicates SR failure.Martin Mathieson1-1/+3