aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-05-17Fix some files to pass the pre-commit hook script.Joerg Mayer7-78/+88
2015-05-17Improve comments, fix capitalization of "Aruba".Guy Harris1-15/+29
2015-05-17Make the human-readable names the same in the preferences and the packets.Guy Harris1-6/+6
2015-05-17Update a URL.Guy Harris1-1/+1
2015-05-17[Automatic update for 2015-05-17]Gerald Combs17-2955/+3260
2015-05-17HTTP2: Update to final RFCAlexis La Goutte1-3/+2
2015-05-17nghttp2: use <> for include glib.hAlexis La Goutte2-2/+2
2015-05-17packet-skinny.c is a generated file nowadays.Joerg Mayer1-2/+2
2015-05-16struct timeval not used, so no need for <sys/time.h>.Guy Harris1-4/+0
2015-05-16Do all floating-point work in double-precision.Guy Harris2-5/+5
2015-05-16Use nstime_t for time stamps.Guy Harris2-48/+30
2015-05-16SIP: Fix typo lenght => lengthAlexis La Goutte1-2/+2
2015-05-16megaco: handle missing tokensEvan Huus1-1/+1
2015-05-16Have per-queued-packet flags, including "is a packet in error".Guy Harris1-2/+31
2015-05-16Remove odd charactersGraham Bloice1-5/+4
2015-05-16tap: Add ability to reject/ignore "error" packets in tapEvan Huus2-9/+14
2015-05-16Main (menubar): fix C++ style comments are not allowed in ISO C90Alexis La Goutte1-1/+1
2015-05-15Qt: Stop tapping when the I/O Graph dialog closes.Gerald Combs8-1/+37
2015-05-15Qt: Make sure we can fetch ExportDissectionDialog's layout.Gerald Combs2-1/+4
2015-05-15MBIM: add checks on the maximum string or PDU size allowedPascal Quantin1-57/+186
2015-05-15Qt: Fixup sequence dialog buttons.Gerald Combs1-1/+1
2015-05-15Qt: Fix packet deselection.Gerald Combs1-5/+14
2015-05-15ui/mcast_stream.c: Add dependency on sys/time.h for struct timevalEdwin Groothuis1-0/+4
2015-05-15androiddump: fix compilation under FreeBSDEdwin Groothuis1-0/+4
2015-05-15Qt: Implement "Apply as Column" for packet contextRoland Knall6-11/+39
2015-05-14Pop the display filter status when it loses focus.Gerald Combs2-0/+8
2015-05-14Don't complete the current field.Gerald Combs1-2/+4
2015-05-14Fix display filter completion behavior.Gerald Combs1-9/+5
2015-05-14Fix packet list font zooming.Gerald Combs1-2/+2
2015-05-14USB COM: add dissection of Ethernet Networking Functional DescriptorPascal Quantin1-3/+216
2015-05-14Qt: Apply protocol preferences.Gerald Combs1-0/+8
2015-05-14Qt: Column preference fixes.Gerald Combs5-18/+19
2015-05-14Add a comment explaining completion misbehavior.Gerald Combs1-0/+5
2015-05-14GSM A RR: fix 'packet channel description' dissectioncff3391-16/+36
2015-05-14Register the IPv4 and IPv6 dissectors directly with WTAP_ENCAP_RAW_IP{4,6}.Guy Harris3-11/+2
2015-05-14Don't put an expert info on every single raw frame (even if it was just a Note).Jeff Morriss1-14/+1
2015-05-13Qt: Add the correct column width padding.Gerald Combs1-2/+5
2015-05-13Qt: Don't set ProtoTree::uniformRowHeights.Gerald Combs1-13/+12
2015-05-13Fix an error found by Valgrind.Gerald Combs1-1/+1
2015-05-13QCustomPlot: fix division(or modulo) by zero found by Clang and Coverity (CID...Alexis La Goutte1-3/+10
2015-05-13Try to avoid duplicate display filter completions.Gerald Combs1-11/+23
2015-05-13[Thrift] Strengthen the heuristic.AndersBroman1-1/+4
2015-05-13PCEP: fix SID parsing, label is the first 20 bitsFrancesco Fondelli1-1/+1
2015-05-13MEGACO: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-10/+3
2015-05-13[GCP] Add a command string when there's no context tracking.AndersBroman1-0/+3
2015-05-13[VoIP] There has to be two separate routines for MEGACO and H248 asAndersBroman1-3/+17
2015-05-13Change the formatting strings used to create the Conversation Filter submenuMichael Mann1-7/+12
2015-05-12Remove trailing whitespace.Guy Harris1-3/+3
2015-05-12More cleanly handle 3-byte IPv4 addresses.Guy Harris1-12/+26
2015-05-12Add casts to fix clang warnings.Gerald Combs1-4/+4