aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-20Patch for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5048Martin Mathieson11-0/+5617
2012-04-20Added de_ms_cm_3 to export list.Graham Bloice1-0/+1
2012-04-20SCSI SBC: Add decode of BlockLimits VPD pageRonnie Sahlberg1-0/+84
2012-04-20compile warning/error. flag unused argument with _U_Ronnie Sahlberg1-1/+1
2012-04-20Add the basic code to dissect IE APN Aggregate Maximum Bit Rate (APN-AMBR)Anders Broman1-4/+136
2012-04-20From Evan Huus: Clean up conversation list iterator caching. https://bugs.wir...Anders Broman1-23/+28
2012-04-20From Martin Kaiser: menus, main window title, icons are not reset when captur...Anders Broman1-0/+29
2012-04-20From Evan Huus: Use Add DISSECTOR_ASSERT_HINT() macro. https://bugs.wireshark...Anders Broman3-5/+5
2012-04-20Fix more indentation.Guy Harris1-1/+1
2012-04-20Use consistent 2-space indentation, and don't use tabs.Guy Harris1-496/+496
2012-04-19Fix typo.Guy Harris1-1/+1
2012-04-19Don't byte-swap bytes that aren't there.Guy Harris1-6/+16
2012-04-19Switch to our custom GTK+ bundles derived from openSUSE Build ServiceGerald Combs6-69/+158
2012-04-19Set up RTP conversations from BSS MAP.Anders Broman1-1/+35
2012-04-19From Cristian Constantin:Anders Broman2-1/+8
2012-04-19From Francisco Vidal Meca via https://bugs.wireshark.org/bugzilla/show_bug.cg...Alexis La Goutte1-4/+4
2012-04-19From Andy Karch:Add L2TP filter on Control Message AVP value. https://bugs.wi...Anders Broman1-86/+98
2012-04-19From Evan Huus: Convert a few instances in conversation.c to use the new macr...Anders Broman1-2/+2
2012-04-19From Evan Huus: Add DISSECTOR_ASSERT_HINT() macro https://bugs.wireshark.org/...Anders Broman1-0/+17
2012-04-18From Evan Huus: Two bad NULL checks in airpcap_loader.c https://bugs.wireshar...Anders Broman1-3/+5
2012-04-18Use extended value strings for BSR and PHR and remove a useless hf entrypascal1-26/+20
2012-04-18Terminate our inner loops as well.Gerald Combs2-0/+2
2012-04-18Tell the main loop to terminate when we catch a signal instead of tryingGerald Combs2-3/+2
2012-04-18From Francisco Vidal Meca via https://bugs.wireshark.org/bugzilla/show_bug.cg...Alexis La Goutte1-2/+28
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki14-28/+27
2012-04-18From Yaniv Kaul:Anders Broman1-11/+63
2012-04-18Fix Bug 7119 ANSI MAP infinite loop.Anders Broman1-23/+34
2012-04-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7137Michael Tüxen1-1/+1
2012-04-18From Rolf Fiedler:Anders Broman1-2/+3
2012-04-18Show WIRETAP_ENCAnders Broman1-0/+7
2012-04-18Get the Windows build going again. The Netxray "fix" cast to guint8 may not b...Anders Broman2-2/+2
2012-04-18Update Domain Name System Security (DNSSEC) Algorithm Numbers and Delegation ...Alexis La Goutte1-2/+22
2012-04-18From Colus Tang via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7134Alexis La Goutte1-1/+1
2012-04-18From Evan Huus: There were two cases where we could underflow an unsigned sub...Anders Broman1-6/+20
2012-04-18From Evan Huus: Catch impossible sub-field counts. Fixes LTP infinite loop ht...Anders Broman1-0/+11
2012-04-18If we see a 5View time-stamped header with a bad key, make sure weGuy Harris3-3/+7
2012-04-18Fix some indentation errors from the previous change.Guy Harris1-3/+3
2012-04-18Get rid of tabs, so we don't have to worry about 4-space vs. 8-space tabs.Guy Harris1-160/+161
2012-04-17Might as well make the loop indices just guint; the generated code'sGuy Harris1-4/+4
2012-04-17Flag too-short TLVs with an expert info item - and treat any TLV lengthGuy Harris1-18/+24
2012-04-17From Evan Huus: We were using guint8s as loop counters based on field lengths...Anders Broman1-1/+2
2012-04-17From Evan Huus: Break from the loop if the length is zero. Fix [Bug 7120] AS...Anders Broman1-0/+2
2012-04-17From Francesco Fondelli: fixes up issue 1) and 3) described in the bug report...Anders Broman2-188/+237
2012-04-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7131 :pascal1-20/+20
2012-04-17Fix bug #7112, where the interface ids were not savedruengeler1-1/+2
2012-04-17Fix a typo in my nameruengeler1-2/+2
2012-04-17From Bertho Stultiens:pascal1-9/+20
2012-04-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7115Alexis La Goutte1-1/+3
2012-04-17From Evan Huus:Anders Broman1-64/+115
2012-04-17From Jakub Zawadzki: fix, which changes types from FT_STRING to FT_DOUBLE. Fi...Anders Broman1-100/+61