aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dmp.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-36/+36
2010-07-02Code cleanup:Stig Bjørlykke1-1007/+986
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-5/+5
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-5/+5
2010-01-25Change back from tvb_child_uncompress() to tvb_uncompress() whenStig Bjørlykke1-1/+1
2010-01-11Fix part of Bug 3917 "tvb_new_real_data is prone to memory leak"Anders Broman1-15/+15
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-5/+5
2009-12-08Added defines for protocol identifier.Stig Bjørlykke1-27/+42
2009-10-25From Jakub Zawadzki:Anders Broman1-12/+9
2009-10-06Use IANA assigned port number as default UDP port.Stig Bjørlykke1-4/+2
2009-09-30Removed unused variable.Stig Bjørlykke1-15/+8
2009-07-07Do not use tfs true_string and false_string directly.Stig Bjørlykke1-16/+6
2009-07-07Remove some check_col() calls.Stig Bjørlykke1-9/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-133/+131
2009-03-15Adjusted my name to use only ASCII characters.Stig Bjørlykke1-1/+1
2009-03-05Use some default true_false_string's.Stig Bjørlykke1-57/+37
2008-09-23Minor changes related to proto_reg_handoff & pref rangesBill Meier1-4/+4
2008-09-19Minor cleanup mostly related to proto_reg_handoffBill Meier1-1/+1
2008-09-11Minor cleanup related to proto_reg_handoff ....Bill Meier1-2/+2
2008-09-02Fix a few Emacs "file variables" to have "safe" values.Bill Meier1-1/+1
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-5/+5
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-3/+9
2008-04-25Register dissector by name.Stig Bjørlykke1-1/+2
2008-01-16Changed to checksum_good and checksum_bad to align with other dissectors.Stig Bjørlykke1-2/+2
2008-01-15Fixed a small issue reporting corresponding package num for retransmittedStig Bjørlykke1-1/+9
2008-01-14Fixed a guint64 compile issue with a Sun C 5.8 compiler.Stig Bjørlykke1-5/+6
2007-12-20Added Precedence and Importance to COL_INFO.Stig Bjørlykke1-31/+48
2007-12-19Added total retransmission time analysis field.Stig Bjørlykke1-3/+18
2007-12-10Added option to turn off SEQ/ACK analysis.Stig Bjørlykke1-14/+24
2007-12-04Duplicate packet # -> Retransmission #Stig Bjørlykke1-10/+10
2007-11-27- Added SEQ/ACK analysis for reports and notifications.Stig Bjørlykke1-84/+220
2007-11-25Added checksum.good and checksum.bad items.Stig Bjørlykke1-1/+27
2007-11-19Added port range.Stig Bjørlykke1-94/+111
2007-11-07Create a subset tvb for dissect_x411_ORName so it doesn't eat too much data.Stig Bjørlykke1-9/+11
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-3/+3
2007-09-14Add a cast to allow compilation on Vista.Gerald Combs1-70/+70
2007-09-06Corrected some types, instead of adding a cast (from r21142).Stig Bjørlykke1-3424/+3455
2007-08-24- Added first version of DMP sequence analysis.Stig Bjørlykke1-383/+903
2007-08-15- s/ntohs/g_ntohsJeff Morriss1-6/+3
2007-08-15Fixed a free -> g_freeStig Bjørlykke1-8/+4
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-2/+2
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-1/+4
2007-04-17Fix warnings of the form "long long unsigned int format, guint64 arg": useJeff Morriss1-1/+1
2007-03-28Fixed warnings on MS VC 6.0Graham Bloice1-331/+331
2007-03-23fix a lot more warningsUlf Lamping1-6/+6
2007-02-08This patch adds some expert info in DMP when:Graeme Lunt1-10/+31
2006-12-14From Stig Bjorlykke:Stephen Fisher1-0/+3638