summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-09Move a couple of enums to the common UI directory. Remove an unusedGerald Combs3-24/+23
2012-10-09Apply Ronnie Sahlberg's ICMP request/response tracking improvements from r453...Chris Maynard1-61/+113
2012-10-09From Mark Phillips:Jaap Keuter1-0/+577
2012-10-09If our error output is huge (> 5 MB) trim out the middle of the file.Gerald Combs2-0/+18
2012-10-09More indentation fixes; add a reminder comment about where new XML files need...Jeff Morriss1-21/+24
2012-10-09Add another check for command APDU dissectionPascal Quantin1-1/+3
2012-10-09Fix the layout of the "Export Dissected Packets" template and tweak aGerald Combs1-47/+45
2012-10-09Fix dissection of more instructions when having only the command APDUPascal Quantin1-10/+29
2012-10-09Fix up indentation and white space.Jeff Morriss5-165/+158
2012-10-09From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7820Alexis La Goutte1-22/+21
2012-10-09Fix Qt compilation on Windows. Check the user-supplied range syntaxGerald Combs4-27/+66
2012-10-09Set fence after finishing writing to the info col in order to showAnders Broman1-22/+27
2012-10-09As ths SDP dissector adds /SDP to the protocol column I think thatAnders Broman1-2/+6
2012-10-09- Add Nokai Siemens Networks AVP.Anders Broman5-15/+33
2012-10-09From Andrew Kampjes:Anders Broman1-109/+81
2012-10-09Fix dissection of Get Response when not in SIMtrace modePascal Quantin1-4/+16
2012-10-09From Michal Labedzki:Anders Broman2-0/+5
2012-10-09From Michal Labedzki:Anders Broman2-30/+42
2012-10-09From Michal Labedzki:Anders Broman19-8/+243
2012-10-09Replace non ASCII chars.Anders Broman1-5/+5
2012-10-09Comment out unused variable remoce C++ style comments etc.Anders Broman1-7/+8
2012-10-09From Chris Wulff:Anders Broman3-1823/+2585
2012-10-09From Bill Parker:Anders Broman8-30/+30
2012-10-09Fix dissection of Bearer parameters for E-UTRAN / mapped UTRAN packet servicePascal Quantin1-5/+2
2012-10-09Add initial support for three new RTCP packet types: AVB, RSI and TOKEN.Jaap Keuter1-8/+120
2012-10-09Check if Bearer Parameters field is present before displaying itPascal Quantin1-1/+3
2012-10-09Add syntax_line_edit.h to CMakeLists to fix CMake qtshark build.Evan Huus1-0/+1
2012-10-08Enhance dissection of Open Channel proactive commandPascal Quantin3-15/+375
2012-10-08Actually destroy chunks in emem_free_all. We lose the efficiency of re-usingEvan Huus1-7/+6
2012-10-08Add "gsm_sim.command" and "gsm_sim.response" dissectors and call them in btsa...Pascal Quantin2-40/+79
2012-10-08fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7800Martin Kaiser1-2/+2
2012-10-08Add a cast.Gerald Combs1-1/+1
2012-10-08Remove a debugging #include.Gerald Combs1-1/+0
2012-10-08Add a PacketRangeGroupBox widget. Use it to implement "Export SelectedGerald Combs22-359/+1333
2012-10-08Try to clarify some of the ifdefs in emem.c.Evan Huus1-5/+11
2012-10-08From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7796Evan Huus1-9/+15
2012-10-08expert.h needs packet_info.hMartin Kaiser1-0/+1
2012-10-08From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7807Evan Huus3-61/+109
2012-10-08Rename emem_header_t to emem_pool_t to better indicate what it can beGuy Harris3-22/+22
2012-10-08Log the time we spend waiting for the capture child to exit.Gerald Combs2-1/+17
2012-10-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+0
2012-10-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-99/+88
2012-10-08We've already typedef'ed emem_header_t in emem.h. We don't have to do itGerald Combs1-4/+4
2012-10-08col_cleanup is used outside libwireshark, so it needs to be exported.Guy Harris1-0/+1
2012-10-08There's no longer a ep_free_all() routine.Guy Harris1-1/+0
2012-10-08col_cleanup() is undoing the allocations that col_init() does, so it'sGuy Harris2-24/+35
2012-10-08Write a short essay in a comment explaining the weirdness that is now theEvan Huus1-5/+68
2012-10-08col_data is not necessarily set to point to something g_malloc()ated,Guy Harris1-1/+0
2012-10-08Explicitly cast away const-ness to fix windows build-bots.Evan Huus1-2/+2
2012-10-08EDT structures now own their ep_ memory pools. This should finally cleanEvan Huus4-39/+92