aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-22wsutil: Back out profile_write_info_fileStig Bjørlykke3-60/+0
2017-06-22gsm_cbs: sabp: Display Unicode messagesVasil Velichkov3-9/+9
2017-06-22OSPF: Opaque ID is not longer be zeroAlexis La Goutte1-15/+0
2017-06-22ssl: detect SSL 2.0 compatible Client HelloPeter Wu1-6/+73
2017-06-22IEC104: Added checking of correct ApduLen in context of ASDU typeJiří Engelthaler1-0/+19
2017-06-22Add support for "bool" and "display filter" types for UATs.Michael Mann5-8/+115
2017-06-22Add notes about predefined strings not available to pluginsDirk Weise1-1/+7
2017-06-22tcp: always display next seq numberPeter Wu1-7/+5
2017-06-22macosx-setup.sh: Skip downloading GMP if downloaded beforeAhmad Fatoum1-1/+1
2017-06-22TCP: Make the header length display consistent with IPv4.Gerald Combs2-2/+5
2017-06-22wsutil: Return error from profile_write_info_fileStig Bjørlykke3-7/+27
2017-06-22Add WTAP_ENCAP_3MB_ETHERNET for Xerox 3MB Ethernet.Guy Harris3-0/+5
2017-06-22MQ: put declaration before codePascal Quantin1-1/+2
2017-06-21Lua: Add "tonumber" method to NSTimeSilvio Gissi3-7/+22
2017-06-21Qt: fix sorting of custom columns with multiple fieldsPeter Wu2-14/+37
2017-06-21wsutil: Check return from ws_writeStig Bjørlykke1-2/+3
2017-06-21wsutil: Ignore return from ws_writeStig Bjørlykke1-2/+2
2017-06-21ftp-data: track setup frame, method and command from ftpMartin Mathieson1-34/+140
2017-06-21[sipstat] Update the Response Codes table.Anders1-2/+21
2017-06-21Qt: display newlines in capture file commentsPeter Wu1-2/+2
2017-06-21[filesystem.c] Add a cast to aviod a warning with VisualStudio 2017.Anders1-1/+1
2017-06-21wsutil: Free files in reset_default_profileStig Bjørlykke1-0/+1
2017-06-21Qt: Write a list of profile files at startupStig Bjørlykke3-0/+40
2017-06-21http: fix handling of HTTP responses followed by proxy responsesPeter Wu1-1/+1
2017-06-21ISIS LSP: fix wrong bitmask for SPVIDAlexis La Goutte1-1/+1
2017-06-21GSM SIM: define a dissector for both request and responseMartin Kaiser2-7/+17
2017-06-21tcp: Change the wording to include (s)Roland Knall1-1/+1
2017-06-21cmake: allow building from a UNC source directoryMartin Kaiser2-4/+2
2017-06-21USB CCID: unify the code to call subdissectorsMartin Kaiser1-49/+37
2017-06-20Fix filter for "Next Packet in Conversation"Peter Wu5-76/+32
2017-06-20IP: ensure that fragment contains payload before adding it for reassemblyPascal Quantin1-0/+1
2017-06-20packet-xml: Add 3GPP, ETSI, GSMA and OMA media typesVasil Velichkov1-0/+59
2017-06-20Fix Toggle indicator for searchRoland Knall1-3/+0
2017-06-20Qt: Rename "Filter Expressions" to "Filter Buttons"Stig Bjørlykke1-1/+1
2017-06-20Qt: Create the user profiles dir at startupStig Bjørlykke3-25/+54
2017-06-20Manuf: Konica Minolta updates.Gerald Combs1-2/+1
2017-06-20IPv4/IPv6 display filter fixes and testingSilvio Gissi3-10/+91
2017-06-20IEEE 802.11: Use correct mask for 'SMK message'Robert Sauter1-1/+1
2017-06-20Qt: make Wireless Timeline a separate itemPeter Wu6-18/+29
2017-06-20ieee80211-radio: allow 0 duration and handle missing phy typeSimon Barber1-4/+14
2017-06-20GTPv2: put dissection under GTPv2 protocol itemPascal Quantin1-7/+5
2017-06-20mq: start removing some if (tree) checksMartin Kaiser1-280/+202
2017-06-20Qt: Turn off auto scroll when going to a packetStig Bjørlykke2-1/+17
2017-06-20Don't scroll back to the selected frame when we get name resolution updates.Jeff Morriss2-4/+12
2017-06-20AMQP: workaround some proto_tree_add_none_format() assertsPascal Quantin1-14/+14
2017-06-20mq: don't THROW() an exception from a dissectorMartin Kaiser1-1/+1
2017-06-19RLC: Renamed U-RNTI to UE IDDarien Spencer8-35/+42
2017-06-19Update the capture file load time each time we update the progress bar.Jeff Morriss3-2/+4
2017-06-19AMQP: fix a stack overflow when offset goes back and forthPascal Quantin1-1/+7
2017-06-19MQ: check fragment length before trying to perform reassemblyPascal Quantin1-5/+28