aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-29From Pascal Quantin:Anders Broman1-0/+5
2011-11-29From Pascal Quantin:Anders Broman1-1/+1
2011-11-29Must include header files in a macro, so they get included in theGuy Harris1-0/+1
2011-11-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2011-11-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-22/+13
2011-11-29Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+5
2011-11-29ArubaOS 6.x use a new GRE ID (0x9000) for communication between controller an...Alexis La Goutte2-0/+2
2011-11-29From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527Alexis La Goutte5-20/+1027
2011-11-29From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527Alexis La Goutte4-339/+339
2011-11-29Gtk3 package byte highlighter colour fix.Anders Broman1-16/+23
2011-11-29Update value strings.Anders Broman2-143/+249
2011-11-29Add priority to the channel table.Martin Mathieson1-2/+10
2011-11-29Wireshark crashes in gsm_map dissectorAnders Broman2-43/+44
2011-11-29Allow for, but don't yet use, GTK+ 2.24.Gerald Combs1-3/+3
2011-11-28Add newline at the end of the file.Martin Mathieson1-1/+1
2011-11-28Fix Checkapi found errors.Anders Broman3-10/+10
2011-11-28From Krishnamurthy Mayya:Anders Broman4-3/+97
2011-11-28From Krishnamurthy Mayya:Anders Broman1-3/+179
2011-11-28From Krishnamurthy Mayya:Anders Broman1-3/+197
2011-11-28from Shobhank Sharma:Anders Broman4-65/+91
2011-11-28Squelsh warnings.Anders Broman1-4/+4
2011-11-28Prevet a crash when dissecting linked TI.Anders Broman1-14/+37
2011-11-28let packet-gsm_a_gm.c dissect Protocol Configuration Options.Anders Broman1-65/+27
2011-11-28Use __except(EXCEPTION_EXECUTE_HANDLER) rather than __except(TRUE);Bill Meier1-2/+2
2011-11-28Allow configuration protocol to configure UL priority for channels in mapping.Martin Mathieson2-11/+46
2011-11-27Don't specify an hf[] item as using a range_string when it's really using a v...Bill Meier1-1/+1
2011-11-27Fix Coverity CID 1330, "Missing Break" by adding some /* FALLTHRU */'s.Chris Maynard1-0/+2
2011-11-27Fix a typo.Chris Maynard1-1/+1
2011-11-27Various Minor cleanup:Bill Meier7-413/+704
2011-11-27Use preference port (not defined constant) when port against src port;Bill Meier1-2/+4
2011-11-27[Automatic manuf, services and enterprise-numbers update for 2011-11-27]Gerald Combs3-6/+162
2011-11-26Fix a wrong copy/paste....Alexis La Goutte1-1/+1
2011-11-26From Kari Vatjus-Anttila via https://bugs.wireshark.org/bugzilla/show_bug.cg...Alexis La Goutte4-2/+865
2011-11-26There is now an early (source only) Win32 version of GTK3 available.Jörg Mayer1-1/+3
2011-11-26Don't pass 'len' to the dissect routine since we know there's only 1 byte pre...Chris Maynard1-1/+1
2011-11-26Add a few casts to try to make the buildbots happy.Chris Maynard1-4/+4
2011-11-26IP option improvements. While fixing bug 6561, I noticed some deficiencies i...Chris Maynard1-147/+575
2011-11-25Add missing '*/' to the end of a comment: Fixes gcc compile error.Bill Meier1-1/+1
2011-11-25From Ivan Lawrow: Added IEEE 802.15.4-2003 AES-CCM security modesBill Meier3-54/+126
2011-11-25Mark drep parameter as unused in the epm_dissect_tower_data functionStephen Fisher1-1/+1
2011-11-25From Wido Kelling: EPM tower UUID must be interpreted always as little endian.Bill Meier1-1/+2
2011-11-25Add the reason for a UL ReTx (PDCCH retx grant or PHICH NACK).Martin Mathieson3-2/+26
2011-11-25Remove unused code (Add in Revision 836)Alexis La Goutte1-30/+1
2011-11-24Fix H.460.18 and H.460.19 integration into H.245Tomas Kukosa4-60/+72
2011-11-24Only add the priority level if it is set inside valid range.Martin Mathieson1-3/+5
2011-11-24Fix gcc compile errorBill Meier1-1/+1
2011-11-24Use a GHashTable to store templates instead ofBill Meier1-7601/+7518
2011-11-23Display protocol ID consistently in decimal throughout. Append each IP optio...Chris Maynard1-886/+888
2011-11-22Move some comments around to make it more boilerplate like.Jaap Keuter1-35/+35
2011-11-22Fix two compiler errors.Bill Meier1-2/+2