aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-13use #include <file.h> for generated include filesMartin Kaiser3-3/+3
2016-06-13qt: use #include <file.h> for generated include filesMartin Kaiser16-16/+16
2016-06-13IPv6: Add text marker for SRH next segmentJoão Valverde1-1/+10
2016-06-13sip: remove some unnecessary if (tree) checksMartin Kaiser1-15/+9
2016-06-13Move inclusion of CmakeListsCustom to the end of the file in order to haveAndersBroman1-1/+2
2016-06-13isns: fix dead codeMartin Kaiser1-9/+9
2016-06-13tvbparse: change g_strdup_printf to wmem_strdup_printf.Dario Lombardo1-2/+2
2016-06-13Qt: Fix a Windows version check.Gerald Combs1-1/+1
2016-06-13Qt: Main window tab behavior.Gerald Combs4-1/+23
2016-06-13Cisco Diameter: move the XML declaration to the top of the file.Jeff Morriss1-1/+2
2016-06-13Diameter (NSN): the attribute name is 'mandatory' not 'mandatory-flag'.Jeff Morriss1-10/+10
2016-06-13Diameter: close command elements.Jeff Morriss1-4/+4
2016-06-13Convert AT_SS7PC to a "dissector address type"Michael Mann17-101/+149
2016-06-13Use getc_unlocked in a few places.Gerald Combs5-15/+17
2016-06-13GSM RLC/MAC: add dissection of EC-GSM-IoT control messagesAnton Thomasson2-36/+1306
2016-06-13GSM RR: add dissection of EC-GSM-IoT ccch control messagesAnton Thomasson2-9/+909
2016-06-13Diameter: free the diameter directory variable.Jeff Morriss1-1/+2
2016-06-13Qt: Make the capture filter read-only only in main welcome.Gerald Combs2-3/+6
2016-06-13Qt: Add the Info column contents to Expert Info.Gerald Combs1-9/+20
2016-06-13Indent register.c and other cosmetic changesJoão Valverde1-13/+31
2016-06-13Added Diameter 3GPP decoding of AVP 1404 - QoS-SubscribedBinh Trinh1-0/+626
2016-06-13Qt: Multi line import from hex dump without offsetsStig Bjørlykke1-0/+6
2016-06-13RADIUS: Add Sangoma dictionaryAlexis La Goutte4-0/+115
2016-06-13Add address_type_get_by_nameMichael Mann4-1/+20
2016-06-13Completely remove dissector_add_handle.Michael Mann3-8/+5
2016-06-13USB: fix dissection of URB setup when the payload was claimed by a sub dissectorPascal Quantin1-2/+2
2016-06-13USB HID: add dissector to USB Device 'Decode As' listPascal Quantin1-0/+2
2016-06-13Rename a variableJoão Valverde1-10/+10
2016-06-13Finish moving the parenthesis.Guy Harris1-1/+1
2016-06-13Fix a compile error.Guy Harris1-1/+1
2016-06-13Don't assume we can get a module handle for kernel32.dll.Guy Harris1-1/+10
2016-06-12Qt: Add import from hex dump without offsetsStig Bjørlykke4-1/+41
2016-06-12Fix typo in dissector docLéo Gaspard1-1/+1
2016-06-12expert_info_dialog (Qt): fix Uninitialized members (UNINIT_CTOR) reported by ...Alexis La Goutte1-0/+1
2016-06-12IPv6: Add dissection for SRH flagsJoão Valverde1-5/+51
2016-06-12IPv6: Add support for Segment Routing (Type 4) Extension HeaderThibault Gerondal1-1/+98
2016-06-12CMake: Make PROJECT_VERSION_EXTENSION code simplerJoão Valverde2-13/+6
2016-06-12Have MemoryCheck() directly incorporate the error message and exit.Guy Harris1-13/+3
2016-06-12Add more memory checks, and use MemoryCheck() for some existing checks.Guy Harris1-31/+14
2016-06-12Qt: Draw a border around inactive+selected packet list items.Gerald Combs1-0/+59
2016-06-12[Automatic update for 2016-06-12]Gerald Combs18-447/+2049
2016-06-12mongo: don't THROW() an exception from a dissectorMartin Kaiser1-3/+3
2016-06-12Actually progress through the command data (CID-281394)Jaap Keuter1-1/+2
2016-06-12debian: Regenerate ASN.1 dissector code during package buildBalint Reczey1-0/+1
2016-06-12Move Gateway Control Protocol (Context Tracking) into packet-h248.hMichael Mann14-1041/+1849
2016-06-12Add missing scale in TDS type infoMichael Vigovsky1-1/+2
2016-06-12Handle zero-length addresses in cmp_address().Guy Harris1-0/+8
2016-06-12Add checks to address setting routines.Guy Harris6-30/+43
2016-06-12Store the tree item to add to later (CID-1159152)Jaap Keuter1-1/+1
2016-06-12H225: Replace globals that track packet data with p_add_proto_data/p_get_prot...Michael Mann3-262/+526