summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-10-11Make idl2wrs dissectors filterable - Part 1Michael Mann6-33894/+18748
2012-10-11Should have been part of r45470, changing format of "magic number"Michael Mann1-2/+2
2012-10-11General cleanup, made more items filterable. Checking in now to get a new ba...Michael Mann2-1849/+1532
2012-10-11Fix infinite loop in HART/IP dissector (https://bugs.wireshark.org/bugzilla/s...Michael Mann1-70/+62
2012-10-11From Bartosz Brachaczek:Anders Broman2-43/+15
2012-10-11hf_isup_cic is now BASE_DEC, so there's no reason to useGuy Harris1-2/+2
2012-10-11"Prepare/Apply a filter" on ISUP CIC should make a filter with decimal CIC nu...Anders Broman1-2/+2
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'Bill Meier1-13/+13
2012-10-11The usual idiom in C for "do this N times" is "for (i = 0; i < N; i++)",Guy Harris1-1/+1
2012-10-10In the include processing code, if ddict_open() fails, bail outGuy Harris1-3/+8
2012-10-10Revert changes to ep_ allocator, revert edt ref-counting.Jakub Zawadzki4-142/+40
2012-10-10Get rid of an outdated formatMartin Mathieson1-6/+0
2012-10-10Update to format of string that indicates SR failure.Martin Mathieson1-1/+3
2012-10-10Provide ability to find previous request packets in NCP hash table.Greg Morris1-2/+25
2012-10-10Fix r45445Jakub Zawadzki1-1/+0
2012-10-10Fix bug #7814Jakub Zawadzki1-4/+8
2012-10-10Temporarilly disable ep's use of chunks until the bugs are fixed.Evan Huus1-1/+2
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-09Add another check for command APDU dissectionPascal Quantin1-1/+3
2012-10-09Fix dissection of more instructions when having only the command APDUPascal Quantin1-10/+29
2012-10-09From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7820Alexis La Goutte1-22/+21
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-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 Broman3-14/+14
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-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-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-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