aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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 Combs2-22/+202
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-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-16tap: Add ability to reject/ignore "error" packets in tapEvan Huus2-9/+14
2015-05-15MBIM: add checks on the maximum string or PDU size allowedPascal Quantin1-57/+186
2015-05-14USB COM: add dissection of Ethernet Networking Functional DescriptorPascal Quantin1-3/+216
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-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-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
2015-05-12Fix check for NUL at the end of a string.Guy Harris1-1/+1
2015-05-12OSPF: fix dissection of Router Address TLVPascal Quantin1-4/+3
2015-05-12USB: allow to call sub dissectors for setup response packets without transact...Pascal Quantin2-3/+6
2015-05-12PIM: Add PIM IP version field for PIMv1 tooAlexis La Goutte1-0/+2
2015-05-12Overhaul the MEGACO dissector.Michael Mann1-625/+634
2015-05-12PIM: Remove trailing whitespace before commaAlexis La Goutte1-32/+32
2015-05-12PIM: Enhance codeAlexis La Goutte1-82/+92
2015-05-12PIM: Remove proto_tree_add_textAlexis La Goutte1-21/+52
2015-05-12PIM: Remove proto_tree_add_textAlexis La Goutte1-21/+45
2015-05-12Fix Diameter reassembly when the captured tvb length is less than 5 bytes.Jeff Morriss1-11/+25
2015-05-12MBIM: fix dissection of captures taken on a Linux hostPascal Quantin2-1/+6
2015-05-12USB COM: add dissection of ECM Management Element NotificationsPascal Quantin1-21/+146
2015-05-12In the name of God and all that is holy, don't do that.Guy Harris1-5/+1
2015-05-12In the name of God and all that is holy, don't do that.Guy Harris1-2/+2
2015-05-12Don't cast pointers when they're assigned to the data field of an address.Guy Harris1-2/+2
2015-05-11Get rid of now-empty and unneeded structure.Guy Harris1-5/+1
2015-05-11Do not assume the data field of an address structure is an aligned pointer.Guy Harris1-4/+5
2015-05-11Pull the MIMO control code into the beamforming report code.Guy Harris1-63/+46
2015-05-11proto: use correct mask when checking displayEvan Huus1-24/+24
2015-05-11MPLS PM: add timestamp2 field decodingFrancesco Fondelli1-12/+154
2015-05-11BGP: Remove proto_tree_add_text callAlexis La Goutte1-25/+36
2015-05-11giop: ignore NULL-terminator in CDR stringsEvan Huus1-0/+3
2015-05-11packet-cipmotion.c: Modified CIP motion parsercjdunlop1-9/+47
2015-05-11HTTP2: Update to libnghttp2 0.7.14Alexis La Goutte4-18/+17
2015-05-10Copy PTK key in its dedicated array, and not at the address of the arrayPascal Quantin2-4/+20
2015-05-10Don't initialize a variable that's unused before we later set it.Guy Harris1-1/+1
2015-05-10Pick array sizes based on what they're supposed to hold.Guy Harris1-4/+9