aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-09-08From : Didier GautheronAnders Broman6-14/+21
2009-09-08From Alex Lindberg:Anders Broman2-5/+5
2009-09-08dftest and rawshark now build.Jörg Mayer1-2/+19
2009-09-08Remove an unused parameter.Anders Broman1-14/+13
2009-09-07Make sure that we fill in the frame_data before passing it onto col_fill_in_f...Kovarththanan Rajaratnam1-1/+1
2009-09-07Auto size COL_NUMBER, COL_PACKET_LENGTH and COL_CUMULATIVE_BYTESKovarththanan Rajaratnam2-2/+2
2009-09-07From Mike Morrin:Anders Broman3-3/+5
2009-09-07From Mike Morrin:Anders Broman1-26/+218
2009-09-07Constify some functionsKovarththanan Rajaratnam2-6/+6
2009-09-07Whitespace changesKovarththanan Rajaratnam1-315/+315
2009-09-07ntroduce some seasonal address name lookup functions which we use when NEW_PA...Kovarththanan Rajaratnam3-9/+59
2009-09-07Tigthen scope of local variablesKovarththanan Rajaratnam1-8/+7
2009-09-07mark unused parameter.Anders Broman1-1/+1
2009-09-07Use constant strings for Addresses saves some memory.Anders Broman2-7/+4
2009-09-07Store the packet encapsulation type as gint8. Saves 3 bytes per packetKovarththanan Rajaratnam2-4/+7
2009-09-07Track length of columns strings. We'll need this in order to resize columns q...Kovarththanan Rajaratnam1-0/+1
2009-09-07- Undo the PACKAGELIST WSWIN32 stuff in CMakeLists.txt:Jörg Mayer1-8/+1021
2009-09-07Don't pass length 0 to a FT_UINT.Stig Bjørlykke1-3/+3
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam14-85/+167
2009-09-06Reorder file to group related functionalityKovarththanan Rajaratnam1-307/+304
2009-09-06[Automatic manuf and enterprise-numbers update for 2009-09-06]Gerald Combs1-10/+198
2009-09-06Put backAnders Broman1-4/+5
2009-09-06Change se_address_to_str() to call address_to_str_buf() directlyKovarththanan Rajaratnam1-2/+3
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam23-402/+404
2009-09-06Remove already #if 0'ed code that was made redundant due to COL_CIRCUIT_ID cu...Kovarththanan Rajaratnam1-98/+1
2009-09-06Remove static custom column variable which is no longer usedKovarththanan Rajaratnam1-5/+0
2009-09-06We don't currently fake fields if they are referenced indirectly through some...Kovarththanan Rajaratnam1-1/+1
2009-09-06Use correct field types for variable length fields.Stig Bjørlykke1-5/+37
2009-09-06Inline col_has_time_fmt() into col_based_on_frame_data()Kovarththanan Rajaratnam1-3/+6
2009-09-06Macrofy have_custom_cols() -> HAVE_CUSTOM_COLS() internally in columns-utils.cKovarththanan Rajaratnam1-15/+13
2009-09-06Macrofy check_col() -> CHECK_COL() internally in columns-utils.cKovarththanan Rajaratnam1-53/+53
2009-09-06From Didier Gautheron:Anders Broman1-117/+202
2009-09-06Avoid calling emem_create_chunk() needlesslyKovarththanan Rajaratnam1-67/+70
2009-09-06We track all protocols that appear in each packet in the frame dissector. Thi...Kovarththanan Rajaratnam3-23/+26
2009-09-06This fix was supposed to be in r29731 which some how only contained whitespac...Kovarththanan Rajaratnam1-8/+90
2009-09-06Introduce TRY_TO_FAKE_THIS_REPR which is an optimization similar to the exist...Kovarththanan Rajaratnam2-35/+35
2009-09-06The frame dissector disables the TRY_TO_FAKE_THIS_ITEM() optimization by mark...Kovarththanan Rajaratnam3-8/+14
2009-09-06s/col_add_fstr/col_add_strKovarththanan Rajaratnam6-7/+7
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam18-19/+40
2009-09-05Changed type for "Wireless data" to FT_BYTES.Stig Bjørlykke1-1/+1
2009-09-05col_custom_set_fstr() is unused. Remove itKovarththanan Rajaratnam3-49/+9
2009-09-05COL_BSSGP_TLLI is deprecatedKovarththanan Rajaratnam2-4/+1
2009-09-05Reorder col_fill_in()Kovarththanan Rajaratnam1-17/+9
2009-09-05Ignore preferences for deleted protocols "etheric" and "isup_thin".Stig Bjørlykke1-0/+4
2009-09-04A few minor revisions:Bill Meier1-32/+24
2009-09-04From Rob Casey: Fix for: Incorrect station identifier parsing in Kingfisher d...Bill Meier1-12/+12
2009-09-04Include "proto.h" instead of <proto.h>Jörg Mayer1-1/+1
2009-09-04From Vincent Helfre:Anders Broman1-19/+9
2009-09-04From : Didier GautheronAnders Broman1-1/+1
2009-09-03Show UEId in info column for UL-SCH / DL-SCH frames.Martin Mathieson1-2/+3