aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-16GSM SIM: enhance dissection of APDU Class bytePascal Quantin1-9/+73
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann26-114/+117
2015-01-16Remove seasonal memory from everything except address resolutionsMichael Mann6-20/+20
2015-01-16bug 10833 undecoded bitmaps were being displayed raw which is hard to interpr...Chris Brandson1-70/+105
2015-01-16(Trivial) Move a comment next to the code related to it.Jeff Morriss1-7/+7
2015-01-16Quakeworld: Nesting level does not match indendation (CID 1159218)Alexis La Goutte1-1/+2
2015-01-16Remove the last two true calls to se_alloc.Michael Mann2-11/+35
2015-01-16Replace se alloced memory in compare stat tap.Michael Mann9-17/+36
2015-01-16QT: stats_tree plug-ins not added to statistics menuDeon van der Westhuysen3-0/+61
2015-01-15Replace C++ style comment with C style.Michael Mann1-1/+1
2015-01-15Conversation Table : Copy-paste error (CID 1262415)Alexis La Goutte1-1/+1
2015-01-15NetFlow: Assign instead of compare (CID 1262419 & 1262420)Alexis La Goutte1-2/+2
2015-01-15Packet List (Qt): Missing break in switch (CID 1262418)Alexis La Goutte1-0/+1
2015-01-15Address to str: Missing break in switch (CID 1262416 & 1262417)Alexis La Goutte1-0/+3
2015-01-15HTTP: fix implicit conversion shortens 64-bit value into a 32-bit valueAlexis La Goutte1-1/+1
2015-01-15ZigBee: packet scope memory cannot be used for BASE_CUSTOM callbacksPascal Quantin2-2/+8
2015-01-15HTTP Dissector: Add CitrixAGBasic authenticationUli Heilmeier1-0/+122
2015-01-15CMake: Rename the windeployqt variable.Gerald Combs1-3/+6
2015-01-15Fix-copy-qt-dllGraham Bloice1-2/+6
2015-01-15remove the executable bits from packet-zvt.cMartin Kaiser1-0/+0
2015-01-15start a dissector for ZVT KassenschnittstelleMartin Kaiser4-0/+356
2015-01-15Modify the errorcode defenition to suit ANSI MAP, this is (probably) OK asAndersBroman2-7/+49
2015-01-15ZigBee: don't use packet_scope outside of dissectionEvan Huus1-14/+26
2015-01-15rsvp: fix typoEvan Huus1-1/+1
2015-01-15Netflow: Fix spelling of 'latitude'Martin Mathieson1-2/+2
2015-01-15Update to libnghttp2 0.7.1Alexis La Goutte14-234/+622
2015-01-15RSVP: Add support of GMPLS Support for Metro Ethernet Forum and G.8011 (RFC 6...Miltos Patsiouras2-4/+350
2015-01-15CAPWAP: Add a IEE802.11 Message Element Type (RFC5416)Alexis La Goutte3-6/+76
2015-01-15Fix cmake-cflagsGraham Bloice1-3/+0
2015-01-15CAPWAP: Add some IEE802.11 Message Element Type (RFC5416)Alexis La Goutte1-3/+288
2015-01-15CAPWAP: Add a new Message Element Type (RFC5415)Alexis La Goutte1-0/+56
2015-01-15mate_util: fix parameter ... not found in the function declaration [-Wdocumen...Alexis La Goutte1-3/+3
2015-01-15Fix the compile: Use the new (double) variable.Jeff Morriss1-1/+1
2015-01-15Fix a crash in the GTK+ RTP Streams dialog.Gerald Combs1-2/+9
2015-01-15Fix indentation.Gerald Combs1-35/+35
2015-01-14CMake: Look for FOP and HHC only when needed.Gerald Combs2-26/+33
2015-01-14CMake: Update windeployqt discovery.Gerald Combs1-6/+7
2015-01-14CMake: Copy Qt DLLs to the target directory.Gerald Combs1-0/+24
2015-01-14CMake: Copy wireshark-gtk dependent DLLs to the target directory.Gerald Combs3-2/+168
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman31-74/+74
2015-01-14Minor Development Guide updatesGraham Bloice2-13/+14
2015-01-14HTTP: allocate header_name in packet scope instead of file scopePascal Quantin1-4/+2
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris25-112/+63
2015-01-13uat_load() and uat_save() return a success indication; use it.Guy Harris6-36/+31
2015-01-13MAC LTE: upgrade dissector to v12.4.0Pascal Quantin5-110/+555
2015-01-13UAT error string pointers should not be const pointers.Guy Harris37-75/+80
2015-01-13CMake: Copy libwireshark dependent DLLs to the target directory.Gerald Combs13-30/+363
2015-01-13[GPRS CDR]Fix faulty ASN1 modificationAndersBroman2-2/+7
2015-01-13[GPRS CDR] Handle Rel 7 CDRsAndersBroman3-193/+718
2015-01-13When allocating address structures, use wmem_new0().Guy Harris3-8/+8